[tor-commits] [torbrowser/maint-2.2] Remove instruction headers from os-specific makefiles
erinn at torproject.org
erinn at torproject.org
Thu Mar 8 20:43:01 UTC 2012
commit 4e4fd2943a05ee2aacb68b3518ca63e30a56af63
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Thu Feb 16 04:33:23 2012 +0100
Remove instruction headers from os-specific makefiles
These would be much better explained in a general readme of sorts. More
of that later.
---
build-scripts/linux.mk | 18 ------------------
build-scripts/osx.mk | 19 -------------------
build-scripts/windows.mk | 18 +-----------------
3 files changed, 1 insertions(+), 54 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index 338a8c0..9a11164 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -5,27 +5,9 @@
### Copyright 2009 Jacob Appelbaum <jacob at appelbaum.net>
### Copyright 2010 Erinn Clark <erinn at torproject.org>
###
-### You want to do the following currently supported activities:
-# This downloads and compiles everything
-### make -f linux.mk build-all-binaries
-# This makes a generic bundle
-### make -f linux.mk generic-bundle
-# This makes the English bundle
-### make -f linux.mk bundle_en-US
-# This makes the German bundle
-### make -f linux.mk bundle_de
-# This makes the German compressed bundle
-### make -f linux.mk compressed-bundle_de
-# It's possible you may also want to do:
-### make -f linux.mk build-all-binaries
-### make -f linux.mk all-compressed-bundles
-### ...
-### Look in tbbl-dist/ for your files.
###
### See LICENSE for licensing information
###
-### $Id: Makefile 19973 2009-07-12 02:26:03Z phobos $
-###
#####################
### Configuration ###
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk
index 62abe18..2310826 100644
--- a/build-scripts/osx.mk
+++ b/build-scripts/osx.mk
@@ -5,27 +5,8 @@
### Copyright 2009, 2010 Jacob Appelbaum <jacob at appelbaum.net>
### Copyright 2010 Erinn Clark <erinn at torproject.org>
###
-### You want to do the following currently supported activities:
-# This downloads and compiles everything
-### make -f osx.mk build-all-binaries
-# This makes a generic bundle
-### make -f osx.mk generic-bundle
-# This makes the English bundle
-### make -f osx.mk bundle_en-US
-# This makes the German bundle
-### make -f osx.mk bundle_de
-# This makes the German compressed bundle
-### make -f osx.mk compressed-bundle_de
-# It's possible you may also want to do:
-### make -f osx.mk build-all-binaries
-### make -f osx.mk all-compressed-bundles
-### ...
-### Look in tbbosx-dist/ for your files.
-###
### See LICENSE for licensing information
###
-### $Id: Makefile 19973 2009-07-12 02:26:03Z phobos $
-###
#####################
### Configuration ###
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 90282fd..8eddc2a 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -5,26 +5,10 @@
### Copyright 2009, 2010 Jacob Appelbaum <jacob at appelbaum.net>
### Copyright 2010 Erinn Clark <erinn at torproject.org>
###
-### You want to do the following currently supported activities:
-# This downloads and compiles everything
-### make -f windows.mk build-all-binaries
-# This makes a generic bundle
-### make -f windows.mk generic-bundle
-# This makes the English bundle
-### make -f windows.mk bundle_en-US
-# This makes the German bundle
-### make -f windows.mk bundle_de
-# This makes the German compressed bundle
-### make -f windows.mk compressed-bundle_de
-# It's possible you may also want to do:
-### make -f windows.mk build-all-binaries
-### make -f windows.mk all-compressed-bundles
-### ...
-### Look in tbbwin-alpha-dist/ for your files.
-###
### See LICENSE for licensing information
###
+
#####################
### Configuration ###
#####################
More information about the tor-commits
mailing list