gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 706bbad2f5f6c9d471f7


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 706bbad2f5f6c9d471f789b45b0e1c37fb5d818a
Date: Mon, 13 Dec 2010 16:40:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  706bbad2f5f6c9d471f789b45b0e1c37fb5d818a (commit)
      from  b8f1d7b2a471da9eabb820eece0d18036ed3ef7e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=706bbad2f5f6c9d471f789b45b0e1c37fb5d818a


commit 706bbad2f5f6c9d471f789b45b0e1c37fb5d818a
Author: Gabriele Giacone <address@hidden>
Date:   Mon Dec 13 02:51:38 2010 +0100

    Add packageclean target to clean after packaging

diff --git a/Makefile.am b/Makefile.am
index b604aeb..e9850b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -513,3 +513,8 @@ package:
            else echo "Gnash will not be packaged for this platform"; \
        fi;fi
 
+packageclean:
+       -test -z "$(CLEANFILES)" || rm -rf $(CLEANFILES)
+ 
+# these files are created when building packages
+CLEANFILES += *.deb rpmbuild *.dsc *.gz *.bz2 *.changes deb-copy-stamp 
gnash*git*
diff --git a/packaging/deb.am b/packaging/deb.am
index 6ad3928..a716f41 100644
--- a/packaging/deb.am
+++ b/packaging/deb.am
@@ -259,12 +259,4 @@ deb-edit-control: deb-copy-files
 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 += *master*.deb *.dsc *.gz *.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-browser deb-build-clean
+.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-browser

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am      |    5 +++++
 packaging/deb.am |   10 +---------
 2 files changed, 6 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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