[tbb-commits] [tor-launcher/master] Whitespace cleanup.
mikeperry at torproject.org
mikeperry at torproject.org
Tue Apr 22 15:02:02 UTC 2014
commit ec4b767bbcd8ce67e61be14d7333774a99edbfac
Author: Tails developers <amnesia at boum.org>
Date: Fri Mar 14 12:36:30 2014 +0100
Whitespace cleanup.
---
Makefile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Makefile b/Makefile
index 0e45753..9acbddb 100644
--- a/Makefile
+++ b/Makefile
@@ -17,11 +17,11 @@ else
ZIP=zip -q
TAR=tar
endif
-
+
help:
- @echo "Available targets:"; \
- for t in $(AVAIL_TARGETS); do \
- echo " make $$t"; \
+ @echo "Available targets:"; \
+ for t in $(AVAIL_TARGETS); do \
+ echo " make $$t"; \
done
pkg-prepare: clean
@@ -86,10 +86,10 @@ clean:
"pkg/$(STANDALONE_TARBALL)"
zip:
- @TMPFILE=/tmp/$(EXT_NAME)-`date '+%Y-%m-%d-%s'`.zip; \
- CURDIR=`pwd`; \
- BASEDIR=`basename $$CURDIR`; \
- cd ..; zip -q -r $$TMPFILE $$BASEDIR -x $$BASEDIR/build/\*; \
+ @TMPFILE=/tmp/$(EXT_NAME)-`date '+%Y-%m-%d-%s'`.zip; \
+ CURDIR=`pwd`; \
+ BASEDIR=`basename $$CURDIR`; \
+ cd ..; zip -q -r $$TMPFILE $$BASEDIR -x $$BASEDIR/build/\*; \
rm $$TMPFILE
.PHONY: help clean zip
More information about the tbb-commits
mailing list