[Pkg-cli-apps-commits] [SCM] galaxium branch, master, updated. 701feaff7c33d71cd60d58d7986e4f29bdc669a0
David Paleino
d.paleino at gmail.com
Mon Jun 1 12:43:03 UTC 2009
The following commit has been merged in the master branch:
commit a784b7033d387039608b2d488adbce3e41c38ed8
Author: David Paleino <d.paleino at gmail.com>
Date: Sat May 30 16:24:51 2009 +0200
Correctly remove stale files after build
diff --git a/debian/rules b/debian/rules
index 66d175e..052a7ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,11 +33,10 @@ build-stamp:
clean:
dh --with quilt,cli $@
- #-rm -rf auom4te.cache/
- #-rm -rf aclocal.m4 configure install-sh missing
- #find $(CURDIR) -name "Makefile.in" -delete
- #find $(CURDIR) -name "*.o" -delete
- #find $(CURDIR)/build -name "*.dll" -delete
+ -rm -rf auom4te.cache/ aclocal.m4 configure install-sh missing
+ find $(CURDIR) -name "Makefile.in" -delete
+ find $(CURDIR) -name "*.o" -delete
+ find $(CURDIR)/build -name "*.dll" -delete
install: install-stamp
install-stamp: build
--
galaxium
More information about the Pkg-cli-apps-commits
mailing list