mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
Add -z to CVSupflags, it iz safe because it is done by zlib,
not by extra gzip child
This commit is contained in:
parent
c737f472e8
commit
7fded3d0e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19316
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.35 1996/10/14 17:25:44 pst Exp $
|
||||
# $Id: make.conf,v 1.36 1996/10/14 17:27:53 pst Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -126,7 +126,7 @@
|
||||
# CVSup block
|
||||
#
|
||||
#SUP= /usr/local/sbin/cvsup
|
||||
#SUPFLAGS= -g -L 2
|
||||
#SUPFLAGS= -g -L 2 -z
|
||||
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
|
||||
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
|
||||
#SUPFILE2= /usr/share/examples/cvsup/ports-supfile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.35 1996/10/14 17:25:44 pst Exp $
|
||||
# $Id: make.conf,v 1.36 1996/10/14 17:27:53 pst Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -126,7 +126,7 @@
|
||||
# CVSup block
|
||||
#
|
||||
#SUP= /usr/local/sbin/cvsup
|
||||
#SUPFLAGS= -g -L 2
|
||||
#SUPFLAGS= -g -L 2 -z
|
||||
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
|
||||
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
|
||||
#SUPFILE2= /usr/share/examples/cvsup/ports-supfile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.35 1996/10/14 17:25:44 pst Exp $
|
||||
# $Id: make.conf,v 1.36 1996/10/14 17:27:53 pst Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -126,7 +126,7 @@
|
||||
# CVSup block
|
||||
#
|
||||
#SUP= /usr/local/sbin/cvsup
|
||||
#SUPFLAGS= -g -L 2
|
||||
#SUPFLAGS= -g -L 2 -z
|
||||
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
|
||||
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
|
||||
#SUPFILE2= /usr/share/examples/cvsup/ports-supfile
|
||||
|
Loading…
Reference in New Issue
Block a user