[tor-commits] [torbrowser/master] Update build instructions to mention cleaning components.

mikeperry at torproject.org mikeperry at torproject.org
Thu Mar 28 01:53:52 UTC 2013


commit 1089ae38f1b2005882e4c7472192105d5af49448
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Sat Mar 16 13:35:30 2013 -0700

    Update build instructions to mention cleaning components.
---
 docs/buildmachine_setups/linux-x86.txt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/docs/buildmachine_setups/linux-x86.txt b/docs/buildmachine_setups/linux-x86.txt
index 598ddb7..2015f5b 100644
--- a/docs/buildmachine_setups/linux-x86.txt
+++ b/docs/buildmachine_setups/linux-x86.txt
@@ -27,3 +27,12 @@
 12. make -f linux-alpha.mk build-all-binaries 
 
 13. make -f linux-alpha.mk compressed-bundle_en-US # or all-bundles
+
+
+To clean the bundle directory (which includes the XPIs, but not the
+compiled binaries):
+  make -f linux-alpha.mk clean
+
+If you need to rebuild selective components, you can try various clean
+targets. For example, to clean firefox:
+  make -f linux-alpha.mk clean-build-firefox





More information about the tor-commits mailing list