From: Francois-Xavier Le Bail Date: Wed, 10 Feb 2021 13:48:56 +0000 (+0100) Subject: build_matrix.sh: Update the SETUP line and the 'Build libpcap' printings X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/921910a8b2139ae47c1448edeaacf1c95ad56fd7 build_matrix.sh: Update the SETUP line and the 'Build libpcap' printings --- diff --git a/build_matrix.sh b/build_matrix.sh index b9bb7cd0..304ce575 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -47,7 +47,7 @@ build_tcpdump() { for SMB in ${MATRIX_SMB:-no yes}; do export SMB COUNT=$((COUNT+1)) - echo_magenta "===== SETUP $COUNT: build_libpcap:$BUILD_LIBPCAP remote:${REMOTE:-?} compiler:$CC cmake:$CMAKE crypto:$CRYPTO smb:$SMB =====" + echo_magenta "===== SETUP $COUNT: BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CC=$CC CMAKE=$CMAKE CRYPTO=$CRYPTO SMB=$SMB =====" # LABEL is needed to build the travis fold labels LABEL="$BUILD_LIBPCAP.$REMOTE.$CC.$CMAKE.$CRYPTO.$SMB" # Run one build with setup environment variables: @@ -75,7 +75,7 @@ choose_libpcap() { # Build libpcap with autoconf CMAKE_SAVE=$CMAKE CMAKE=no - echo_magenta "Build libpcap (cmake:$CMAKE remote:$REMOTE)" + echo_magenta "Build libpcap (CMAKE=$CMAKE REMOTE=$REMOTE)" (cd ../libpcap && ./build.sh && make distclean) CMAKE=$CMAKE_SAVE fi