- give glob a chance
CROSS_COMPILE=~/foo-bar-baz would fail otherwise See http://www.uclibc.org/lists/buildroot/2008-October/011191.html
This commit is contained in:
parent
01ea971610
commit
2dfd295726
@ -41,9 +41,8 @@ try() {
|
|||||||
printf "%s\n" "$*" >>$EXE.out
|
printf "%s\n" "$*" >>$EXE.out
|
||||||
printf "%s\n" "==========" >>$EXE.out
|
printf "%s\n" "==========" >>$EXE.out
|
||||||
$debug && echo "Trying: $*"
|
$debug && echo "Trying: $*"
|
||||||
"$@" >>$EXE.out 2>&1
|
$@ >>$EXE.out 2>&1
|
||||||
exitcode=$?
|
return $?
|
||||||
return $exitcode
|
|
||||||
}
|
}
|
||||||
|
|
||||||
check_cc() {
|
check_cc() {
|
||||||
|
Loading…
Reference in New Issue
Block a user