|
@ -77,7 +77,7 @@ EOT |
|
|
cmd="$CC -Wall -O2 $confdir/btee.c -o $root/sbin/btee" |
|
|
cmd="$CC -Wall -O2 $confdir/btee.c -o $root/sbin/btee" |
|
|
echo "$cmd" ; $cmd |
|
|
echo "$cmd" ; $cmd |
|
|
|
|
|
|
|
|
if atstage native; then |
|
|
|
|
|
|
|
|
if ! atstage toolchain; then |
|
|
echo "Running postsysfiles.in scripts ..." |
|
|
echo "Running postsysfiles.in scripts ..." |
|
|
for x in $base/misc/*/postsysfiles.in |
|
|
for x in $base/misc/*/postsysfiles.in |
|
|
do [ -f $x ] && . $x ; done |
|
|
do [ -f $x ] && . $x ; done |
|
|