randomconfig fixes 4
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 19 Jun 2016 23:40:19 +0000 (01:40 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 19 Jun 2016 23:40:19 +0000 (01:40 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/gzip.c
testsuite/tar.tests

index f9bb3c742ac99eb201887bc4c90170fcd550fa39..8f1e4ff2961ebde9b6fe2605e4ee0b3d1a9eb526 100644 (file)
@@ -77,13 +77,15 @@ aa:      85.1% -- replaced with aa.gz
 //kbuild:lib-$(CONFIG_GZIP) += gzip.o
 
 //usage:#define gzip_trivial_usage
-//usage:       "[-cfd" IF_FEATURE_GZIP_LEVELS("123456789") "] [FILE]..."
+//usage:       "[-cf" IF_GUNZIP("d") IF_FEATURE_GZIP_LEVELS("123456789") "] [FILE]..."
 //usage:#define gzip_full_usage "\n\n"
 //usage:       "Compress FILEs (or stdin)\n"
 //usage:       IF_FEATURE_GZIP_LEVELS(
 //usage:     "\n       -1..9   Compression level"
 //usage:       )
+//usage:       IF_GUNZIP(
 //usage:     "\n       -d      Decompress"
+//usage:       )
 //usage:     "\n       -c      Write to stdout"
 //usage:     "\n       -f      Force"
 //usage:
index e9021662ee803f28d6e7886839f1d8461b35b01b..f19a53da23cf50a2014d62e64bc3e4b51e483a50 100755 (executable)
@@ -24,7 +24,7 @@ tar: short read
 "" ""
 SKIP=
 
-optional FEATURE_SEAMLESS_GZ
+optional FEATURE_SEAMLESS_GZ GUNZIP
 # In NOMMU case, "invalid magic" message comes from gunzip child process.
 # Otherwise, it comes from tar.
 # Need to fix output up to avoid false positive.