From 918ff72bb032055535338d2ea27a563f079ccf20 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Fri, 31 Aug 2001 17:09:21 +0000
Subject: Include BUILDARGS in INSTARGS.
---
tools/webupdate | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'tools')
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:
#
--
cgit v1.3