CLFS/master.sh, removed ALL cmd script manipulation. Allow Manuel to tackle script issues via xsl first

This commit is contained in:
George Boudreau 2006-03-23 15:03:27 +00:00
parent b83baf62b6
commit bc54cbe97f

View file

@ -496,7 +496,7 @@ final_system_Makefiles() { #
# Drop any package checks.. # Drop any package checks..
sed -e '/make check/d' -e '/make test/d' -i $file sed -e '/make check/d' -e '/make test/d' -i $file
fi fi
case $this_script in case $this_script_BLOCKED in
*coreutils*) sed 's@set -e@set -e; set +h@' -i $file ;; *coreutils*) sed 's@set -e@set -e; set +h@' -i $file ;;
*groff*) sed "s@\*\*EDITME.*EDITME\*\*@$PAGE@" -i $file ;; *groff*) sed "s@\*\*EDITME.*EDITME\*\*@$PAGE@" -i $file ;;
*vim*) sed '/vim -c/d' -i $file ;; *vim*) sed '/vim -c/d' -i $file ;;
@ -598,7 +598,7 @@ bm_final_system_Makefiles() { #
# Drop any package checks.. # Drop any package checks..
sed -e '/make check/d' -e '/make test/d' -i $file sed -e '/make check/d' -e '/make test/d' -i $file
fi fi
case $this_script in case $this_script_BLOCKED in
*coreutils*) sed 's@set -e@set -e; set +h@' -i $file ;; *coreutils*) sed 's@set -e@set -e; set +h@' -i $file ;;
*groff*) sed "s@\*\*EDITME.*EDITME\*\*@$PAGE@" -i $file ;; *groff*) sed "s@\*\*EDITME.*EDITME\*\*@$PAGE@" -i $file ;;
*vim*) sed '/vim -c/d' -i $file ;; *vim*) sed '/vim -c/d' -i $file ;;
@ -707,7 +707,7 @@ bootscripts_Makefiles() { #
bootscripttools="$bootscripttools $this_script" bootscripttools="$bootscripttools $this_script"
# A little bit of script modification # 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. *profile*) # Over-ride the book cmds, write our own simple one.
( (
cat <<- EOF cat <<- EOF
@ -785,7 +785,7 @@ bm_bootscripts_Makefiles() { #
bootscripttools="$bootscripttools $this_script" bootscripttools="$bootscripttools $this_script"
# A little bit of script modification # 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. *profile*) # Over-ride the book cmds, write our own simple one.
( (
cat <<- EOF cat <<- EOF