Skip to content

Commit e73744d

Browse files
committed
Shuffle gzip target.
1 parent 78dc3df commit e73744d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Makefile

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
all:
1+
all: gzip
22
git archive --format=tar version-`cat quicklisp/version.txt` quicklisp/ > quicklisp.tar
3-
gzip -c quicklisp.tar > quicklisp.tar.gz
3+
gzip -fnk9 quicklisp.tar
4+
5+
gzip:
6+
gzip -fnk9 setup.lisp asdf.lisp
47

58
clean:
6-
rm -f quicklisp.tar quicklisp.tar.gz
9+
rm -f quicklisp.tar quicklisp.tar.gz setup.lisp.gz asdf.lisp.gz
710

811
tag:
912
test -z "`git status -s quicklisp/ asdf.lisp setup.lisp`"

0 commit comments

Comments
 (0)