Changeset bc54cbe


Ignore:
Timestamp:
03/23/2006 03:03:27 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
9a4f673
Parents:
b83baf6
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    rb83baf6 rbc54cbe  
    497497      sed -e '/make check/d' -e '/make test/d' -i $file
    498498    fi
    499     case $this_script in
     499    case $this_script_BLOCKED in
    500500      *coreutils*) sed 's@set -e@set -e; set +h@' -i $file        ;;
    501501      *groff*)     sed "s@\*\*EDITME.*EDITME\*\*@$PAGE@" -i $file  ;;
     
    599599      sed -e '/make check/d' -e '/make test/d' -i $file
    600600    fi
    601     case $this_script in
     601    case $this_script_BLOCKED in
    602602      *coreutils*) sed 's@set -e@set -e; set +h@' -i $file        ;;
    603603      *groff*)    sed "s@\*\*EDITME.*EDITME\*\*@$PAGE@" -i $file  ;;
     
    708708
    709709    # A little bit of script modification
    710     case $this_script in
     710    case $this_script_BLOCKED in
    711711      *profile*)  # Over-ride the book cmds, write our own simple one.
    712712(
     
    786786
    787787    # A little bit of script modification
    788     case $this_script in
     788    case $this_script_BLOCKED in
    789789      *profile*)  # Over-ride the book cmds, write our own simple one.
    790790(
Note: See TracChangeset for help on using the changeset viewer.