diff options
author | cjep <cjep> | 2003-04-21 16:47:37 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-21 16:47:37 +0000 |
commit | d77f0080d5da1baaeb91510615447959f0a2ce27 (patch) | |
tree | 6dfacbe958f4201d8d92d936c705677779d9ad0b | |
parent | b54b5a129ff08c65e5efa98c2eac279fbdd48600 (diff) | |
download | pkgsrc-d77f0080d5da1baaeb91510615447959f0a2ce27.tar.gz |
Set BATCH=1 and set DEPENDS_TARGET. (BATCH=1 is certainly needed for
the bulk-install target to work.)
-rw-r--r-- | mk/bulk/upload | 5 |
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 |