diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-08-31 17:09:21 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-08-31 17:09:21 +0000 |
| commit | 918ff72bb032055535338d2ea27a563f079ccf20 (patch) | |
| tree | 9db7756f54add70d2360897da1474cd2b94e3b84 /tools/webupdate | |
| parent | 720a4934b280f107eeb7420d84dce900ada25c5e (diff) | |
Include BUILDARGS in INSTARGS.
Notes
svn path=/www/; revision=10515
Diffstat (limited to 'tools/webupdate')
| -rw-r--r-- | tools/webupdate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/webupdate b/tools/webupdate index fdd521b19c..37db68df02 100644 --- a/tools/webupdate +++ b/tools/webupdate @@ -12,7 +12,7 @@ # BUILDDIR - Where the checked out copies of the files are stored. # DESTDIR - Where the rendered copies should wind up. # 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. # # subtrees - List of directores in $BUILDDIR which are from CVS. @@ -30,7 +30,7 @@ # 2 - failure in CVS 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}}; LOGFILE=${LOGFILE:-${BUILDDIR}/${DEFAULT_LOGFILE}}; BUILDARGS=${BUILDARGS:-${DEFAULT_BUILDARGS}}; -INSTARGS=${INSTARGS:-${DEFAULT_INSTARGS}}; +INSTARGS="${BUILDARGS} ${INSTARGS:-${DEFAULT_INSTARGS}}"; # Notes on the names of the release notes directories: # |
