Include BUILDARGS in INSTARGS.

This commit is contained in:
Dima Dorfman 2001-08-31 17:09:21 +00:00
parent 720a4934b2
commit 918ff72bb0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10515

View file

@ -12,7 +12,7 @@
# BUILDDIR - Where the checked out copies of the files are stored. # BUILDDIR - Where the checked out copies of the files are stored.
# DESTDIR - Where the rendered copies should wind up. # DESTDIR - Where the rendered copies should wind up.
# LOGFILE - Name of the log file to use (in $BUILDDIR). # LOGFILE - Name of the log file to use (in $BUILDDIR).
# BUILDARGS - Arguments to pass to make(1) when building. # BUILDARGS - Arguments to pass to make(1) when {build,install}ing.
# INSTARGS - Arguments to pass to make(1) when installing. # INSTARGS - Arguments to pass to make(1) when installing.
# #
# subtrees - List of directores in $BUILDDIR which are from CVS. # subtrees - List of directores in $BUILDDIR which are from CVS.
@ -30,7 +30,7 @@
# 2 - failure in CVS operations # 2 - failure in CVS operations
# 3 - failure in make operations # 3 - failure in make operations
# #
# $FreeBSD: www/tools/webupdate,v 1.4 2001/08/24 02:09:39 dd Exp $ # $FreeBSD: www/tools/webupdate,v 1.5 2001/08/30 06:59:19 dd Exp $
# #
# #
@ -53,7 +53,7 @@ BUILDDIR=${BUILDDIR:-${DEFAULT_BUILDDIR}};
DESTDIR=${DESTDIR:-${DEFAULT_DESTDIR}}; DESTDIR=${DESTDIR:-${DEFAULT_DESTDIR}};
LOGFILE=${LOGFILE:-${BUILDDIR}/${DEFAULT_LOGFILE}}; LOGFILE=${LOGFILE:-${BUILDDIR}/${DEFAULT_LOGFILE}};
BUILDARGS=${BUILDARGS:-${DEFAULT_BUILDARGS}}; BUILDARGS=${BUILDARGS:-${DEFAULT_BUILDARGS}};
INSTARGS=${INSTARGS:-${DEFAULT_INSTARGS}}; INSTARGS="${BUILDARGS} ${INSTARGS:-${DEFAULT_INSTARGS}}";
# Notes on the names of the release notes directories: # Notes on the names of the release notes directories:
# #