commit ec4b767bbcd8ce67e61be14d7333774a99edbfac
Author: Tails developers <[email protected]>
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
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits