Skip to content
Snippets Groups Projects
Commit d4ccc16b authored by sauloal's avatar sauloal
Browse files

arggggg

parent 8443ea91
No related branches found
No related tags found
No related merge requests found
...@@ -47,12 +47,12 @@ endif ...@@ -47,12 +47,12 @@ endif
PIGZ:=$(shell which pigz &>/dev/null) PIGZ:=$(shell which pigz &>/dev/null)
ifdef PIGZ ifdef PIGZ
$(info USING PIGZ $(PIGZ)) $(info USING PIGZ $(PIGZ))
COMPRESS=pigz -k1 COMPRESS=pigz --keep -1
DECOMPRESS=pigz -kdc DECOMPRESS=pigz --keep --stdout --decompress
else else
$(info USING GZIP $(PIGZ)) $(info USING GZIP $(PIGZ))
COMPRESS=gzip -1 COMPRESS=gzip --stdout -1
DECOMPRESS=gunzip -kdc DECOMPRESS=gunzip --keep --stdout
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment