> src xz's configure is picking up gawk. Surprised given build.sh tools...

This might be a valid way to get tool awk used, assuming xz is built
after awk. Totally untested.
Index: Makefile
===================================================================
RCS file: /cvsroot/src/external/public-domain/xz/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    25 Sep 2018 05:42:08 -0000      1.2
+++ Makefile    2 Oct 2018 11:23:03 -0000
@@ -6,7 +6,7 @@
        [ ! -d tmp ] || rm -r tmp
        mkdir -p tmp
        cd tmp && CONFIG_SITE= ${XZSRCDIR:Q}/configure --enable-external-sha256 
\
-           CC=${CC:Q} CFLAGS=${CFLAGS:N-Werror:Q} \
+           AWK=${TOOL_AWK:Q} CC=${CC:Q} CFLAGS=${CFLAGS:N-Werror:Q} \
            CPPFLAGS=${CPPFLAGS:N-std=c++11:Q} LDFLAGS=${LDFLAGS:Q} LD=${LD:Q} \
            --target=${MACHINE_GNU_PLATFORM} --host=${MACHINE_GNU_PLATFORM}
        mv tmp/config.h ${XZINCDIR:Q}

Reply via email to