Changeset 4bf0fc3 for BLFS/master.sh


Ignore:
Timestamp:
03/15/2006 03:04:04 AM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
e1edff3
Parents:
49b1e9a
Message:

modified and commented the IFS var. inside common_functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/master.sh

    r49b1e9a r4bf0fc3  
    6666    fi
    6767
     68    #--------------------------------------------------------------------#
     69    #         >>>>>>>> START BUILDING A Makefile ENTRY <<<<<<<<          #
     70    #--------------------------------------------------------------------#
     71    #
    6872    # Drop in the name of the target on a new line plus its dependencies
    6973    # and call the echo_message function.
     
    8892    # Include a touch of the target name so make can check
    8993    # if it's already been made.
    90 (
    91     cat << EOF
    92         @touch \$@
    93 EOF
    94 ) >> $MKFILE
     94    echo -e '\t@touch $@' >> $MKFILE.tmp
     95    #
     96    #--------------------------------------------------------------------#
     97    #              >>>>>>>> END OF Makefile ENTRY <<<<<<<<               #
     98    #--------------------------------------------------------------------#
    9599
    96100  done
Note: See TracChangeset for help on using the changeset viewer.