[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.52-8-g490933e
Andreas Beckmann
anbe at debian.org
Mon May 27 18:20:26 UTC 2013
The following commit has been merged in the develop branch:
commit 490933e4ed9d34fc983ca98db80e0d5089ac97f8
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon May 27 19:47:38 2013 +0200
Makefile: don't re-enumerate files
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/Makefile b/Makefile
index d101f66..f5ae690 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,6 @@ endef
all: build
python_scripts = $(wildcard *.py piupartslib/*.py master-bin/*.py slave-bin/*.py)
-python_scripts += master-bin/detect_well_known_errors
python-syntax-check:
@set -e -x; $(foreach py,$(python_scripts),python -m py_compile $(py);)
$(RM) $(python_scripts:=c)
@@ -161,7 +160,8 @@ check:
clean:
rm -f build-stamp
- rm -f piuparts.1 piuparts.1.xml piuparts.1.html piuparts_slave_run.8 piuparts_slave_join.8 README.xml README.html docbook-xsl.css piuparts.html
+ rm -f $(DOCS_GENERATED)
+ rm -f piuparts.1.xml README.xml docbook-xsl.css piuparts.html
rm -f *.pyc piupartslib/*.pyc master-bin/*.pyc slave-bin/*.pyc
rm -f $(SCRIPTS_GENERATED)
--
piuparts git repository
More information about the Piuparts-commits
mailing list