From e7eabf2bfcad3e1c025a11481a84210c277606c5 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 13 Aug 2000 12:36:40 +0000 Subject: 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. --- Makefile.inc1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 752bb63..50e6679 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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} -- cgit v1.1