'make update' in the ports directory.
This commit is contained in:
parent
1d1fc0171e
commit
03a6bd91f3
@ -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 "--------------------------------------------------------------"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user