stages except while being in toolchain stage git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20649 10447126-35f2-4685-b0cf-6dd780d3921f
@ -77,7 +77,7 @@ EOT
cmd="$CC -Wall -O2 $confdir/btee.c -o $root/sbin/btee"
echo "$cmd" ; $cmd
if atstage native; then
if ! atstage toolchain; then
echo "Running postsysfiles.in scripts ..."
for x in $base/misc/*/postsysfiles.in
do [ -f $x ] && . $x ; done