comparison build.sh @ 1766:98a53110ce38 draft

Remove leftover debug code that breaks the build (oops).
author Rob Landley <rob@landley.net>
date Thu, 04 Jun 2015 08:13:37 -0500
parents feac53ef0d1c
children d461b345c3c9
comparison
equal deleted inserted replaced
1765:feac53ef0d1c 1766:98a53110ce38
142 if ! grep -q KARCH= sources/targets/"$ARCH" 142 if ! grep -q KARCH= sources/targets/"$ARCH"
143 then 143 then
144 echo no KARCH in $1, stopping here 144 echo no KARCH in $1, stopping here
145 fi 145 fi
146 146
147 exit 1
148
149 # Build the basic root filesystem. 147 # Build the basic root filesystem.
150 148
151 if not_already root-filesystem 149 if not_already root-filesystem
152 then 150 then
153 zap system-image 151 zap system-image