From 18853d9756b986c4e681a4e8891cca66c68d00f2 Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Sun, 13 Aug 2000 12:38:41 +0000 Subject: Use the SUPHOST in the 'make update' if it's defined. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08a22ed77f45..2d66859aa9ae 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,9 @@ parallel: ${.CURDIR}/INDEX @sed -e 's/|/.tgz|/' ${.CURDIR}/INDEX | awk -F '|' '{me=$$1; here=$$2; bdep=$$8; rdep=$$9; split(here, tmp, "/"); if (bdep != "") { gsub("$$", ".tgz", bdep); gsub(" ", ".tgz ", bdep); } if (rdep != "") { gsub("$$", ".tgz", rdep); gsub(" ", ".tgz ", rdep); } print tmp[4] "-all:: " me; print me ": " bdep " " rdep; printf("\t@/a/asami/portbuild/scripts/pdispatch ${branch} /a/asami/portbuild/scripts/portbuild %s %s", me, here); if (bdep != "") printf(" %s", bdep); if (rdep != "") printf(" %s", rdep); printf("\n")}' CVS?= cvs +.if defined(SUPHOST) +SUPFLAGS+= -h ${SUPHOST} +.endif update: .if defined(SUP_UPDATE) .if !defined(PORTSSUPFILE) -- cgit v1.2.3