mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
Use gzip's -n flag so that simple regression tests of `make world'
work better.
This commit is contained in:
parent
5f1c0dcd1a
commit
8d17ea527b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34678
@ -1,4 +1,4 @@
|
||||
# $Id: bsd.own.mk,v 1.11 1998/01/03 19:07:30 wosch Exp $
|
||||
# $Id: bsd.own.mk,v 1.12 1998/01/04 00:00:21 steve Exp $
|
||||
#
|
||||
# The include file <bsd.own.mk> set common variables for owner,
|
||||
# group, mode, and directories. Defaults are in brackets.
|
||||
@ -19,7 +19,7 @@
|
||||
# a single knob. [-c]
|
||||
#
|
||||
# COMPRESS_CMD Program to compress documents.
|
||||
# Output is to stdout. [gzip -c]
|
||||
# Output is to stdout. [gzip -cn]
|
||||
#
|
||||
# COMPRESS_EXT File name extension of ${COMPRESS_CMD} command. [.gz]
|
||||
#
|
||||
@ -171,5 +171,5 @@ STRIP?= -s
|
||||
.endif
|
||||
|
||||
COPY?= -c
|
||||
COMPRESS_CMD?= gzip -c
|
||||
COMPRESS_CMD?= gzip -cn
|
||||
COMPRESS_EXT?= .gz
|
||||
|
Loading…
Reference in New Issue
Block a user