]> jfr.im git - irc/rizon/znc.git/commit
Get rid of the modpythin jobhack
authorUli Schlachter <redacted>
Sun, 23 Sep 2012 10:03:22 +0000 (12:03 +0200)
committerUli Schlachter <redacted>
Sun, 23 Sep 2012 10:03:22 +0000 (12:03 +0200)
commit84ec49780e8ab1e1b26d381e97ddb2323e504ccc
tree876431e9c3c1379892e291907e9a978528b061cc
parent9c14a8603ca9459e5ffa254bb4e22c0ee6050145
Get rid of the modpythin jobhack

This exists to fix a problem where the python swig API was generated multiple
times in parallel with "make -j3". This problems turns out to be due to the
multiple target rule that this commit removes. Such a rule doesn't mean "this
commands generate multiple files at once" but means "you can use this command
for each of these targets".

Fix this by including Makefile.gen instead of calling it in its own make
process. That way we don't need this "meta rule" which just calls another
Makefile but can use the "real" rules immediately.

Signed-off-by: Uli Schlachter <redacted>
Makefile.in
modules/modpython/Makefile.inc