comparison scripts/install.sh @ 603:150a6d81bd02

Replace CCFLAGS with description of how to add flags to HOSTCC.
author Rob Landley <rob@landley.net>
date Mon, 18 Jun 2012 23:23:24 -0500
parents 2ba3b8dce3ef
children 1c15ba60aa64
comparison
equal deleted inserted replaced
602:12eddd9a1fe4 603:150a6d81bd02
33 shift 33 shift
34 done 34 done
35 35
36 echo "Compile instlist..." 36 echo "Compile instlist..."
37 37
38 $DEBUG $HOSTCC $CCFLAGS -I . scripts/install.c -o instlist || exit 1 38 $DEBUG $HOSTCC -I . scripts/install.c -o instlist || exit 1
39 COMMANDS="$(./instlist $LONG_PATH)" 39 COMMANDS="$(./instlist $LONG_PATH)"
40 40
41 echo "Install commands..." 41 echo "Install commands..."
42 42
43 # Copy toybox itself 43 # Copy toybox itself