[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20418: {torbrowser} Add some tested build targets. (torbrowser/trunk/build-scripts)
Author: ioerror
Date: 2009-08-28 01:14:32 -0400 (Fri, 28 Aug 2009)
New Revision: 20418
Modified:
torbrowser/trunk/build-scripts/Makefile.linux
Log:
Add some tested build targets.
Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux 2009-08-28 04:25:28 UTC (rev 20417)
+++ torbrowser/trunk/build-scripts/Makefile.linux 2009-08-28 05:14:32 UTC (rev 20418)
@@ -8,6 +8,8 @@
### You want to do the following currently supported activities:
### make -f Makefile.linux build-all-binaries # This downloads and compiles everything
### make -f Makefile.linux generic-bundle # This makes a generic bundle
+### make -f Makefile.linux bundle_en-US # This makes the English bundle
+### make -f Makefile.linux bundle_de # This makes the German bundle
###
### See LICENSE for licensing information
###
@@ -284,7 +286,7 @@
## Install binaries, documentation, FirefoxPortable, PidginPortable, and launcher into $(DEST)
generic-bundle.stamp:
make -f Makefile.linux generic-bundle
-generic-bundle: directory-structure install-binaries install-docs install-firefox install-pidgin configure-apps launcher
+generic-bundle: directory-structure install-binaries install-docs install-firefox install-pidgin configure-apps launcher strip-it-stripper
touch generic-bundle.stamp
APPDIR=$(DEST)/App
@@ -384,6 +386,12 @@
cp ../src/RelativeLink/RelativeLink.sh $(DEST)/"Start Tor Browser"
chmod +x $(DEST)/"Start Tor Browser"
+strip-it-stripper:
+ strip $(APPDIR)/tor
+ strip $(APPDIR)/polipo
+ strip $(APPDIR)/vidalia
+ strip $(LIBSDIR)/*
+
##
## How to create required extensions
##