[Python-modules-commits] r3329 - /packages/pynxt/trunk/debian/rules
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Sun Sep 30 00:59:47 UTC 2007
Author: bzed-guest
Date: Sun Sep 30 00:59:47 2007
New Revision: 3329
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3329
Log:
fixing debian/rules
Modified:
packages/pynxt/trunk/debian/rules
Modified: packages/pynxt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pynxt/trunk/debian/rules?rev=3329&op=diff
==============================================================================
--- packages/pynxt/trunk/debian/rules (original)
+++ packages/pynxt/trunk/debian/rules Sun Sep 30 00:59:47 2007
@@ -50,10 +50,6 @@
$(MAKE) all-gcc install-gcc
touch $@
-clean_toolchain:
- rm -rf $(TOOLCHAIN_DIR) $(GCC_DIR) $(BINUTILS_DIR)
-clean:: clean_toolchain
-
else
flash_driver.bin: build-toolchain
@@ -75,8 +71,10 @@
clean_flash_driver.bin:
rm -f flash_driver.bin
+clean_toolchain:
+ rm -rf $(TOOLCHAIN_DIR) $(GCC_DIR) $(BINUTILS_DIR)
-clean: clean_flash_driver.bin
+clean: clean_flash_driver.bin clean_toolchain
dh_testdir
dh_testroot
-for py in $(PYVERS); do \
More information about the Python-modules-commits
mailing list