CLFS: *util-linux is not an otphan_script.

This commit is contained in:
Manuel Canales Esparcia 2006-12-20 11:12:56 +00:00
parent fcb540bb92
commit 480295cc25

View file

@ -223,7 +223,6 @@ chroot_Makefiles() { #
# First append each name of the script files to a list (this will become # First append each name of the script files to a list (this will become
# the names of the targets in the Makefile # the names of the targets in the Makefile
case "${this_script}" in case "${this_script}" in
*util-linux) orphan_scripts="${orphan_scripts} ${this_script}" ;;
*kernfs) orphan_scripts="${orphan_scripts} ${this_script}" ;; *kernfs) orphan_scripts="${orphan_scripts} ${this_script}" ;;
*) chroottools="$chroottools $this_script" ;; *) chroottools="$chroottools $this_script" ;;
esac esac