comparison build.sh @ 503:e98ed40c55ef

Move include.sh to sources/include.sh. End user doesn't call it directly, shouldn't be at top level.
author Rob Landley <rob@landley.net>
date Sun, 30 Nov 2008 00:59:27 -0600
parents 1782b77fae15
children 85979aa53fde
comparison
equal deleted inserted replaced
502:9a36ec9d02f7 503:e98ed40c55ef
3 # If run with no arguments, list architectures. 3 # If run with no arguments, list architectures.
4 4
5 if [ $# -eq 0 ] 5 if [ $# -eq 0 ]
6 then 6 then
7 echo "Usage: $0 ARCH [ARCH...]" 7 echo "Usage: $0 ARCH [ARCH...]"
8 ./include.sh 8 sources/include.sh
9 exit 1 9 exit 1
10 fi 10 fi
11 11
12 # Download source code and build host tools. 12 # Download source code and build host tools.
13 13