summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorcjep <cjep>2003-04-21 16:47:37 +0000
committercjep <cjep>2003-04-21 16:47:37 +0000
commitd77f0080d5da1baaeb91510615447959f0a2ce27 (patch)
tree6dfacbe958f4201d8d92d936c705677779d9ad0b /mk
parentb54b5a129ff08c65e5efa98c2eac279fbdd48600 (diff)
downloadpkgsrc-d77f0080d5da1baaeb91510615447959f0a2ce27.tar.gz
Set BATCH=1 and set DEPENDS_TARGET. (BATCH=1 is certainly needed for
the bulk-install target to work.)
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/upload5
1 files changed, 5 insertions, 0 deletions
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