python modules: build during the build target not on install
commitfdddf426ceeb48d61867323b1ef8cc0a71b75231
authorSven Nierlein <Sven.Nierlein@consol.de>
Thu, 2 Jul 2015 16:20:26 +0000 (2 18:20 +0200)
committerSven Nierlein <Sven.Nierlein@consol.de>
Fri, 3 Jul 2015 18:45:56 +0000 (3 20:45 +0200)
tree84cc5f875e1de0cc53ca259866659e5040c398d2
parent76657419667da1e10baab1cebd7c159747ef6fb5
python modules: build during the build target not on install

"python setup.py install" combines build and install into one
step but we want the modules to be build during the build step,
not later on the install target.
This helps caching the build results and also prints potential
errors during the build phase already.

Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
packages/python-modules/Makefile