From 290d5262aafd4b70482e27dfc966e2286db402ea Mon Sep 17 00:00:00 2001 From: cjep Date: Mon, 21 Apr 2003 16:47:37 +0000 Subject: Set BATCH=1 and set DEPENDS_TARGET. (BATCH=1 is certainly needed for the bulk-install target to work.) --- mk/bulk/upload | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mk') diff --git a/mk/bulk/upload b/mk/bulk/upload index 4b5d9c41ad4..3f3d7cc9710 100644 --- a/mk/bulk/upload +++ b/mk/bulk/upload @@ -12,6 +12,11 @@ esac export BMAKE +# Bring in variables for bulk-install +BATCH=1 +DEPENDS_TARGET=bulk-install +export BATCH DEPENDS_TARGET + # Pull in RSYNC_DST, RSYNC_OPTS: if [ -f "$BULK_BUILD_CONF" ]; then . $BULK_BUILD_CONF -- cgit v1.2.3