gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12054: add a deb-build-clean option


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12054: add a deb-build-clean option to help maintainers deal with restarting partial builds.
Date: Sun, 14 Mar 2010 17:26:14 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12054
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sun 2010-03-14 17:26:14 -0600
message:
  add a deb-build-clean option to help maintainers deal with restarting partial 
builds.
modified:
  packaging/deb.am
=== modified file 'packaging/deb.am'
--- a/packaging/deb.am  2010-02-27 00:57:06 +0000
+++ b/packaging/deb.am  2010-03-14 23:26:14 +0000
@@ -221,7 +221,12 @@
 snapshot-deb:
        (cd $(BUILD_DIR); dpkg-buildpackage -rfakeroot -j4)
 
+deb-build-clean:
+       @for i in $(PACKAGES); do \
+         rm -fr $(BUILD_DIR)/debian/$$i; \
+       done
+
 # these files are created when building packages
 CLEANFILES += *trunk*.deb *trunk*.gz *trunk*.bz2 *trunk*.changes deb-copy-stamp
 
-.PHONY : deb debian snapshot-deb setup-deb deb-edit-control deb-edit-changelog 
deb-copy-files deb-rename-build deb-edit-configure deb-edit-install 
deb-edit-utilities deb-edit-python deb-edit-mozilla
+.PHONY : deb debian snapshot-deb setup-deb deb-edit-control deb-edit-changelog 
deb-copy-files deb-rename-build deb-edit-configure deb-edit-install 
deb-edit-utilities deb-edit-python deb-edit-mozilla deb-build-clean


reply via email to

[Prev in Thread] Current Thread [Next in Thread]