Changeset 480295c


Ignore:
Timestamp:
12/20/2006 11:12:56 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
113d767
Parents:
fcb540b
Message:

CLFS: *util-linux is not an otphan_script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    rfcb540b r480295c  
    114114                                  -e 's@-static@@' \
    115115                                  -e 's@-final@@' \
    116                                   -e 's@-64@@' \
     116                                  -e 's@-64@@' \
    117117                                  -e 's@-n32@@'`
    118118    pkg_tarball=$(get_package_tarball_name $name)
     
    224224    # the names of the targets in the Makefile
    225225    case "${this_script}" in
    226       *util-linux) orphan_scripts="${orphan_scripts} ${this_script}"  ;;
    227226      *kernfs)     orphan_scripts="${orphan_scripts} ${this_script}"  ;;
    228227      *)           chroottools="$chroottools $this_script"            ;;
     
    244243         LUSER_RemoveBuildDirs "${name}"
    245244         wrt_touch
    246         temptools="$temptools $this_script"
    247         continue ;;
     245        temptools="$temptools $this_script"
     246        continue ;;
    248247     esac
    249248
Note: See TracChangeset for help on using the changeset viewer.