comparison build.sh @ 1765:feac53ef0d1c draft

Building ELF toolchain with ./build.sh should stop early.
author Rob Landley <rob@landley.net>
date Tue, 26 May 2015 23:50:45 -0500
parents 6f81048998fe
children 98a53110ce38
comparison
equal deleted inserted replaced
1764:12490c08f585 1765:feac53ef0d1c
137 fi 137 fi
138 138
139 do_stage cross-compiler "$ARCH" 139 do_stage cross-compiler "$ARCH"
140 fi 140 fi
141 141
142 if ! grep -q KARCH= sources/targets/"$ARCH"
143 then
144 echo no KARCH in $1, stopping here
145 fi
146
147 exit 1
148
142 # Build the basic root filesystem. 149 # Build the basic root filesystem.
143 150
144 if not_already root-filesystem 151 if not_already root-filesystem
145 then 152 then
146 zap system-image 153 zap system-image