Changeset 7eb9402 for CLFS


Ignore:
Timestamp:
07/04/2006 02:02:48 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7d1f862
Parents:
483ab89
Message:

The never ending story of cleaning up CLFS scripts..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r483ab89 r7eb9402  
    443443    # Drop in the name of the target on a new line, and the previous target
    444444    # as a dependency. Also call the echo_message function.
    445     wrt_target "${this_script}" "$PREV"
     445    wrt_target_boot "${this_script}" "$PREV"
    446446    #
    447447    wrt_unpack3 "$pkg_tarball"
     
    648648    # Drop in the name of the target on a new line, and the previous target
    649649    # as a dependency. Also call the echo_message function.
    650     wrt_target "${this_script}${N}" "$PREV"
     650    wrt_target_boot "${this_script}${N}" "$PREV"
    651651
    652652    # If $pkg_tarball isn't empty, we've got a package...
     
    786786    # Drop in the name of the target on a new line, and the previous target
    787787    # as a dependency. Also call the echo_message function.
    788     wrt_target "${this_script}" "$PREV"
     788    wrt_target_boot "${this_script}" "$PREV"
    789789    #
    790790    # If $pkg_tarball isn't empty, we've got a package...
     
    927927    # Drop in the name of the target on a new line, and the previous target
    928928    # as a dependency. Also call the echo_message function.
    929     wrt_target "${this_script}" "$PREV"
     929    wrt_target_boot "${this_script}" "$PREV"
    930930    #
    931931    # If $pkg_tarball isn't empty, we've got a package...
Note: See TracChangeset for help on using the changeset viewer.