Do not override _ALLINSTALL variable.
This commit is contained in:
parent
92013d03ff
commit
a2e812510f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3157
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# bsd.web.mk
|
||||
# $Id: web.mk,v 1.13 1998-01-18 22:27:31 jfieber Exp $
|
||||
# $Id: web.mk,v 1.14 1998-07-23 10:59:00 wosch Exp $
|
||||
|
||||
#
|
||||
# Build and install a web site.
|
||||
|
@ -127,7 +127,7 @@ beforeinstall:
|
|||
afterinstall:
|
||||
.endif
|
||||
|
||||
_ALLINSTALL= ${GENDOCS} ${DATA} ${LOCAL}
|
||||
_ALLINSTALL+= ${GENDOCS} ${DATA} ${LOCAL}
|
||||
|
||||
realinstall: ${COOKIE} ${GENDOCS} ${DATA} ${LOCAL} ${CGI} _PROGSUBDIR
|
||||
.if !empty(_ALLINSTALL)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# bsd.web.mk
|
||||
# $Id: web.mk,v 1.13 1998-01-18 22:27:31 jfieber Exp $
|
||||
# $Id: web.mk,v 1.14 1998-07-23 10:59:00 wosch Exp $
|
||||
|
||||
#
|
||||
# Build and install a web site.
|
||||
|
@ -127,7 +127,7 @@ beforeinstall:
|
|||
afterinstall:
|
||||
.endif
|
||||
|
||||
_ALLINSTALL= ${GENDOCS} ${DATA} ${LOCAL}
|
||||
_ALLINSTALL+= ${GENDOCS} ${DATA} ${LOCAL}
|
||||
|
||||
realinstall: ${COOKIE} ${GENDOCS} ${DATA} ${LOCAL} ${CGI} _PROGSUBDIR
|
||||
.if !empty(_ALLINSTALL)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# bsd.web.mk
|
||||
# $Id: web.site.mk,v 1.13 1998-01-18 22:27:31 jfieber Exp $
|
||||
# $Id: web.site.mk,v 1.14 1998-07-23 10:59:00 wosch Exp $
|
||||
|
||||
#
|
||||
# Build and install a web site.
|
||||
|
@ -127,7 +127,7 @@ beforeinstall:
|
|||
afterinstall:
|
||||
.endif
|
||||
|
||||
_ALLINSTALL= ${GENDOCS} ${DATA} ${LOCAL}
|
||||
_ALLINSTALL+= ${GENDOCS} ${DATA} ${LOCAL}
|
||||
|
||||
realinstall: ${COOKIE} ${GENDOCS} ${DATA} ${LOCAL} ${CGI} _PROGSUBDIR
|
||||
.if !empty(_ALLINSTALL)
|
||||
|
|
Loading…
Reference in a new issue