[or-cvs] r13518: Don't re-build the generic bundle if not needed (torbrowser/trunk/build-scripts)

sjm217 at seul.org sjm217 at seul.org
Thu Feb 14 22:24:48 UTC 2008


Author: sjm217
Date: 2008-02-14 17:24:48 -0500 (Thu, 14 Feb 2008)
New Revision: 13518

Modified:
   torbrowser/trunk/build-scripts/Makefile
Log:
Don't re-build the generic bundle if not needed

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-02-14 22:09:18 UTC (rev 13517)
+++ torbrowser/trunk/build-scripts/Makefile	2008-02-14 22:24:48 UTC (rev 13518)
@@ -71,7 +71,9 @@
 ##
 
 ## Install binaries, documentation, FirefoxPortable and launcher into $(DEST)
-generic-bundle.stamp: directory-structure install-binaries install-docs install-firefoxportable configure-apps launcher
+generic-bundle.stamp:
+	make generic-bundle
+generic-bundle: directory-structure install-binaries install-docs install-firefoxportable configure-apps launcher
 	touch generic-bundle.stamp
 
 APPDIR=$(DEST)/App



More information about the tor-commits mailing list