From db339e934baef6ee7859eff4d87261d5cf77570a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 12 Apr 2007 17:47:21 +0000 Subject: [PATCH] * 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 --- base/sysfiles/sysfiles.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/sysfiles/sysfiles.conf b/base/sysfiles/sysfiles.conf index fd67c6220..626c46458 100644 --- a/base/sysfiles/sysfiles.conf +++ b/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