[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.246 and 1.247

version 1.246, 2007/01/31 08:32:16 version 1.247, 2007/02/16 16:56:22
Line 35 
Line 35 
 # (pmax or slower :-)).  This way you get only tar'ed snap files and you can  # (pmax or slower :-)).  This way you get only tar'ed snap files and you can
 # gzip them on a faster machine  # gzip them on a faster machine
 .ifndef NOGZIP  .ifndef NOGZIP
 GZIP?=          gzip  GZIPCMD?=       gzip
 GZIPFLAGS?=     -9  GZIPFLAGS?=     -9
 GZIPEXT?=       .gz  GZIPEXT?=       .gz
 .else  .else
 GZIP=           cat  GZIPCMD=        cat
 GZIPFLAGS=  GZIPFLAGS=
 GZIPEXT=  GZIPEXT=
 .endif  .endif

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.247