diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2000-08-13 12:38:41 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2000-08-13 12:38:41 +0000 |
commit | 18853d9756b986c4e681a4e8891cca66c68d00f2 (patch) | |
tree | f0900a91ea83d985767896e0c83d8ca59cfa20df /Makefile | |
parent | e3fa0b1c960e7fd1ff5ff8637fab5297003a914e (diff) | |
download | ports-18853d9756b986c4e681a4e8891cca66c68d00f2.tar.gz ports-18853d9756b986c4e681a4e8891cca66c68d00f2.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |