Browse Source

* changed sysfiles to not just run postsysfiles.in scripts in native

stages except while being in toolchain stage


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20649 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
db339e934b
  1. 2
      base/sysfiles/sysfiles.conf

2
base/sysfiles/sysfiles.conf

@ -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

Loading…
Cancel
Save