Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2018-01-27 01:39:59 +0300
committerBryan Drewery <bryan@shatow.net>2018-01-27 01:41:46 +0300
commitfe0879a7c02d21e7af99529f1ca51ee3b7f5d2a0 (patch)
tree71e075afa63c0bae0ca101145fd3df70ba796ab3 /external
parent13ebfa639bbd4e47cd540a38d5dc1c6202ae333a (diff)
Disable AUTO_OBJ for updating sh
Diffstat (limited to 'external')
-rw-r--r--external/update_sh.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/update_sh.sh b/external/update_sh.sh
index e8f77707..a5624d5b 100644
--- a/external/update_sh.sh
+++ b/external/update_sh.sh
@@ -13,7 +13,8 @@ mkdir -p "${DESTDIR}"
DESTDIR_REAL="$(realpath "${DESTDIR}")"
ORIG_PWD="${PWD}"
cd "${SH_DIR}"
-export MK_TESTS=no
+export WITHOUT_TESTS=yes
+export WITHOUT_AUTO_OBJ=yes
make cleanobj
make clean cleandepend
make depend