]> git.saurik.com Git - apple/xnu.git/blobdiff - config/compress-man-pages.pl
xnu-2050.24.15.tar.gz
[apple/xnu.git] / config / compress-man-pages.pl
index 7711919e0d608345e6d5e80733166c6113d87a9d..1dbd5a173ab88615ccfe2d23db909a426230e329 100755 (executable)
@@ -74,8 +74,8 @@ for my $dir (@ARGV) {
     while(($count = scalar(@compress)) > 0) {
        $_ = $count > $N ? $N : $count;
        my @args = splice(@compress, 0, $_);
-       print "gzip -f @args\n";
-       system('gzip', '-f', @args) == 0 or die "gzip failed\n";;
+       print "gzip -f -n @args\n";
+       system('gzip', '-f', '-n', @args) == 0 or die "gzip failed\n";;
     }
     foreach my $list (@links) {
        my $main = shift(@$list);