From bc54cbe97fd200df170e9fe0063aac2d72c2a40d Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Thu, 23 Mar 2006 15:03:27 +0000 Subject: [PATCH] CLFS/master.sh, removed ALL cmd script manipulation. Allow Manuel to tackle script issues via xsl first --- CLFS/master.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLFS/master.sh b/CLFS/master.sh index 8b01aab..d8a35cb 100755 --- a/CLFS/master.sh +++ b/CLFS/master.sh @@ -496,7 +496,7 @@ final_system_Makefiles() { # # Drop any package checks.. sed -e '/make check/d' -e '/make test/d' -i $file fi - case $this_script in + case $this_script_BLOCKED in *coreutils*) sed 's@set -e@set -e; set +h@' -i $file ;; *groff*) sed "s@\*\*EDITME.*EDITME\*\*@$PAGE@" -i $file ;; *vim*) sed '/vim -c/d' -i $file ;; @@ -598,7 +598,7 @@ bm_final_system_Makefiles() { # # Drop any package checks.. sed -e '/make check/d' -e '/make test/d' -i $file fi - case $this_script in + case $this_script_BLOCKED in *coreutils*) sed 's@set -e@set -e; set +h@' -i $file ;; *groff*) sed "s@\*\*EDITME.*EDITME\*\*@$PAGE@" -i $file ;; *vim*) sed '/vim -c/d' -i $file ;; @@ -707,7 +707,7 @@ bootscripts_Makefiles() { # bootscripttools="$bootscripttools $this_script" # A little bit of script modification - case $this_script in + case $this_script_BLOCKED in *profile*) # Over-ride the book cmds, write our own simple one. ( cat <<- EOF @@ -785,7 +785,7 @@ bm_bootscripts_Makefiles() { # bootscripttools="$bootscripttools $this_script" # A little bit of script modification - case $this_script in + case $this_script_BLOCKED in *profile*) # Over-ride the book cmds, write our own simple one. ( cat <<- EOF