mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
build_matrix.sh: Print "CC=$CC" first in the SETUP message
Use the order of variables in for loops.
This is a follow-up to d3312a6438
.
This commit is contained in:
parent
fcaed97f99
commit
96529eac25
@ -50,7 +50,7 @@ build_tcpdump() {
|
||||
for SMB in $MATRIX_SMB; do
|
||||
export SMB
|
||||
COUNT=`increment "$COUNT"`
|
||||
echo_magenta "===== SETUP $COUNT: BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CC=$CC CMAKE=$CMAKE CRYPTO=$CRYPTO SMB=$SMB =====" >&2
|
||||
echo_magenta "===== SETUP $COUNT: CC=$CC BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CMAKE=$CMAKE CRYPTO=$CRYPTO SMB=$SMB =====" >&2
|
||||
# Run one build with setup environment variables:
|
||||
# BUILD_LIBPCAP, REMOTE, CC, CMAKE, CRYPTO and SMB
|
||||
run_after_echo ./build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user