Changeset 041bc01 for CLFS


Ignore:
Timestamp:
04/28/2006 05:40:09 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
165b9e8
Parents:
15537d5
Message:

Using wrt_target function and simplified all target in CLFS module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r15537d5 r041bc01  
    128128    # Drop in the name of the target on a new line, and the previous target
    129129    # as a dependency. Also call the echo_message function.
    130     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     130    wrt_target "${this_script}" "$PREV"
    131131    #
    132132    # If $vrs isn't empty, we've got a package...
     
    179179    # Drop in the name of the target on a new line, and the previous target
    180180    # as a dependency. Also call the echo_message function.
    181     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     181    wrt_target "${this_script}" "$PREV"
    182182    #
    183183    # If $vrs isn't empty, we've got a package...
     
    250250    # Drop in the name of the target on a new line, and the previous target
    251251    # as a dependency. Also call the echo_message function.
    252     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     252    wrt_target "${this_script}" "$PREV"
    253253    #
    254254    # If $vrs isn't empty, we've got a package...
     
    316316    # Drop in the name of the target on a new line, and the previous target
    317317    # as a dependency. Also call the echo_message function.
    318     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     318    wrt_target "${this_script}" "$PREV"
    319319    #
    320320    # If $vrs isn't empty, we've got a package...
     
    380380    # Drop in the name of the target on a new line, and the previous target
    381381    # as a dependency. Also call the echo_message function.
    382     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     382    wrt_target "${this_script}" "$PREV"
    383383    #
    384384    case $name in
     
    434434    # Drop in the name of the target on a new line, and the previous target
    435435    # as a dependency. Also call the echo_message function.
    436     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     436    wrt_target "${this_script}" "$PREV"
    437437    #
    438438    case $name in
     
    494494    # Drop in the name of the target on a new line, and the previous target
    495495    # as a dependency. Also call the echo_message function.
    496     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     496    wrt_target "${this_script}" "$PREV"
    497497
    498498    # If $vrs isn't empty, we've got a package...
     
    560560    # Drop in the name of the target on a new line, and the previous target
    561561    # as a dependency. Also call the echo_message function.
    562     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     562    wrt_target "${this_script}" "$PREV"
    563563
    564564    # If $vrs isn't empty, we've got a package...
     
    625625    # Drop in the name of the target on a new line, and the previous target
    626626    # as a dependency. Also call the echo_message function.
    627     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     627    wrt_target "${this_script}" "$PREV"
    628628    #
    629629    # If $vrs isn't empty, we've got a package...
     
    686686    # Drop in the name of the target on a new line, and the previous target
    687687    # as a dependency. Also call the echo_message function.
    688     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     688    wrt_target "${this_script}" "$PREV"
    689689    #
    690690    # If $vrs isn't empty, we've got a package...
     
    749749    # Drop in the name of the target on a new line, and the previous target
    750750    # as a dependency. Also call the echo_message function.
    751     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     751    wrt_target "${this_script}" "$PREV"
    752752    #
    753753    # If $vrs isn't empty, we've got a package...
     
    827827    # Drop in the name of the target on a new line, and the previous target
    828828    # as a dependency. Also call the echo_message function.
    829     echo -e "\n$this_script:  $PREV\n\t@\$(call echo_message, Building)" >> $MKFILE.tmp
     829    wrt_target "${this_script}" "$PREV"
    830830    #
    831831    # If $vrs isn't empty, we've got a package...
     
    10031003        cat << EOF
    10041004
    1005 all:    023-creatingtoolsdir 024-creatingcrossdir 025-addinguser 026-settingenvironment \
    1006         $cross_tools \
    1007         $temptools \
    1008         $chroottools \
    1009         $boottools
    1010         @\$(call echo_boot_finished,$VERSION)
     1005all:    makeboot
    10111006
    10121007makeboot: 023-creatingtoolsdir 024-creatingcrossdir 025-addinguser 026-settingenvironment \
Note: See TracChangeset for help on using the changeset viewer.