mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Don't force compression in SUPFLAGS, since that effectively negates
the functionality of the compression option in the supfile. Reported by: Ben Rosengart <ben@skunk.org>
This commit is contained in:
parent
43818d4ec7
commit
49b046bdf4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49777
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.81 1999/06/04 03:17:04 billf Exp $
|
||||
# $Id: make.conf,v 1.82 1999/07/28 20:28:54 nik 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
|
||||
@ -177,7 +177,7 @@
|
||||
#SUP_UPDATE= yes
|
||||
#
|
||||
#SUP= /usr/local/bin/cvsup
|
||||
#SUPFLAGS= -g -L 2 -z
|
||||
#SUPFLAGS= -g -L 2
|
||||
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
|
||||
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
|
||||
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.81 1999/06/04 03:17:04 billf Exp $
|
||||
# $Id: make.conf,v 1.82 1999/07/28 20:28:54 nik 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
|
||||
@ -177,7 +177,7 @@
|
||||
#SUP_UPDATE= yes
|
||||
#
|
||||
#SUP= /usr/local/bin/cvsup
|
||||
#SUPFLAGS= -g -L 2 -z
|
||||
#SUPFLAGS= -g -L 2
|
||||
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
|
||||
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
|
||||
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.81 1999/06/04 03:17:04 billf Exp $
|
||||
# $Id: make.conf,v 1.82 1999/07/28 20:28:54 nik 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
|
||||
@ -177,7 +177,7 @@
|
||||
#SUP_UPDATE= yes
|
||||
#
|
||||
#SUP= /usr/local/bin/cvsup
|
||||
#SUPFLAGS= -g -L 2 -z
|
||||
#SUPFLAGS= -g -L 2
|
||||
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
|
||||
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
|
||||
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
|
||||
|
Loading…
Reference in New Issue
Block a user