File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2409,6 +2409,7 @@ for host in "${ALL_HOSTS[@]}"; do
2409
2409
LLVM_BIN=" $( build_directory_bin ${LOCAL_HOST} llvm) "
2410
2410
2411
2411
if [[ " ${RECONFIGURE} " || ! -f " ${LIBDISPATCH_BUILD_DIR} " /config.status ]]; then
2412
+ echo " Reconfiguring libdispatch"
2412
2413
# First time building; need to run autotools and configure
2413
2414
if [[ " $LIBDISPATCH_BUILD_TYPE " == " Release" ]] ; then
2414
2415
dispatch_build_variant_arg=" release"
@@ -2418,14 +2419,16 @@ for host in "${ALL_HOSTS[@]}"; do
2418
2419
dispatch_build_variant_arg=" debug"
2419
2420
fi
2420
2421
call mkdir -p " ${LIBDISPATCH_BUILD_DIR} "
2422
+ echo ` which autoreconf`
2421
2423
with_pushd " ${LIBDISPATCH_SOURCE_DIR} " \
2422
2424
call autoreconf -fvi
2423
2425
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
2424
2426
call env CC=" ${LLVM_BIN} /clang" CXX=" ${LLVM_BIN} /clang++" SWIFTC=" ${SWIFTC_BIN} " \
2425
2427
" ${LIBDISPATCH_SOURCE_DIR} " /configure --with-swift-toolchain=" ${SWIFT_BUILD_PATH} " \
2426
2428
--with-build-variant=$dispatch_build_variant_arg \
2427
2429
--prefix=" $( get_host_install_destdir ${host} ) $( get_host_install_prefix ${host} ) "
2428
-
2430
+ else
2431
+ echo " Skipping reconfiguration of libdispatch"
2429
2432
fi
2430
2433
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
2431
2434
call make
You can’t perform that action at this time.
0 commit comments