'make update' in the ports directory.

This commit is contained in:
Bill Fumerola 1999-06-01 02:55:44 +00:00
parent 1d1fc0171e
commit 03a6bd91f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47651
4 changed files with 10 additions and 7 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.75 1999/05/02 15:23:55 markm Exp $
# $Id: Makefile.inc1,v 1.76 1999/05/03 17:54:59 obrien Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -392,6 +392,9 @@ update:
.if defined(SUPFILE2)
@${SUP} ${SUPFLAGS} ${SUPFILE2}
.endif
.if defined(PORTSSUPFILE)
@${SUP} ${SUPFLAGS} ${PORTSSUPFILE}
.endif
.endif
.if defined(CVS_UPDATE)
@echo "--------------------------------------------------------------"

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.78 1999/05/19 02:05:50 obrien Exp $
# $Id: make.conf,v 1.79 1999/05/23 17:57:23 obrien 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
@ -178,7 +178,7 @@
#SUPFLAGS= -g -L 2 -z
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
#SUPFILE2= /usr/share/examples/cvsup/ports-supfile
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
#
# top(1) uses a hash table for the user names. The size of this hash
# can be tuned to match the number of local users. The table size should

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.78 1999/05/19 02:05:50 obrien Exp $
# $Id: make.conf,v 1.79 1999/05/23 17:57:23 obrien 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
@ -178,7 +178,7 @@
#SUPFLAGS= -g -L 2 -z
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
#SUPFILE2= /usr/share/examples/cvsup/ports-supfile
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
#
# top(1) uses a hash table for the user names. The size of this hash
# can be tuned to match the number of local users. The table size should

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.78 1999/05/19 02:05:50 obrien Exp $
# $Id: make.conf,v 1.79 1999/05/23 17:57:23 obrien 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
@ -178,7 +178,7 @@
#SUPFLAGS= -g -L 2 -z
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
#SUPFILE2= /usr/share/examples/cvsup/ports-supfile
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
#
# top(1) uses a hash table for the user names. The size of this hash
# can be tuned to match the number of local users. The table size should