changeset 145:078c568068c4

Dropped 7zip support.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Oct 2011 12:27:12 +0000
parents 273d7407de69
children 356bcdeb008f
files GNUmakefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Tue Oct 25 12:22:00 2011 +0000
+++ b/GNUmakefile	Tue Oct 25 12:27:12 2011 +0000
@@ -207,11 +207,7 @@
 
 $(ZIP)/%.gz:		$(ZIP)/%
 		rm -f $<.gz
-ifneq (, $(shell which 7za))
-		7za a -tgzip -mx9 -mpass=15 -si -ba -bd $<.gz < $<
-else
 		gzip -9cn $< > $<.gz
-endif
 		touch -r $< $<.gz
 
 draft:	all