]> granicus.if.org Git - yasm/commitdiff
* python-yasm/Makefile.inc: Since we aren't using buildtools to call Pyrex,
authorPeter Johnson <peter@tortall.net>
Sat, 15 Apr 2006 08:03:42 +0000 (08:03 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 15 Apr 2006 08:03:42 +0000 (08:03 -0000)
we shouldn't need to remove the build directory.  Not removing it speeds up
the build considerably (we don't have to rebuild all of the Python bindings
just because the Makefile changed, for example).

svn path=/trunk/yasm/; revision=1486

tools/python-yasm/Makefile.inc

index 2d7c877babc0e09bcb705a8033f7871ab536d6d0..66253d900674b7af30308b332c20f4740d9a12ec 100644 (file)
@@ -29,7 +29,6 @@ python-setup.txt: Makefile
 CLEANFILES += python-setup.txt
 
 .python-build: python-setup.txt yasm_python.c
-       -rm -rf build
        $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
        touch .python-build
 python-build: .python-build