mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Define SUPHOST. If this is set a '-h ${SUPHOST}' is added to the
SUPFLAGS when a 'make update' is run. This means that the supfile doesn't need to be edited because the -h will override the CHANGE_THIS.FreeBSD.org host.
This commit is contained in:
parent
d4413063b3
commit
6fd0f27267
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64605
@ -113,6 +113,9 @@ CLEANDIR= cleandir
|
||||
|
||||
SUP?= cvsup
|
||||
SUPFLAGS?= -g -L 2 -P -
|
||||
.if defined(SUPHOST)
|
||||
SUPFLAGS+= -h ${SUPHOST}
|
||||
.endif
|
||||
|
||||
MAKEOBJDIRPREFIX?= /usr/obj
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
|
@ -254,6 +254,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
#
|
||||
#SUP= /usr/local/bin/cvsup
|
||||
#SUPFLAGS= -g -L 2
|
||||
#SUPHOST= cvsup.uk.FreeBSD.org
|
||||
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
|
||||
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
|
||||
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
|
||||
|
@ -254,6 +254,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
#
|
||||
#SUP= /usr/local/bin/cvsup
|
||||
#SUPFLAGS= -g -L 2
|
||||
#SUPHOST= cvsup.uk.FreeBSD.org
|
||||
#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