Changeset db187c74 for HLFS


Ignore:
Timestamp:
03/29/2006 07:03:55 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
bc097cd
Parents:
650134b
Message:

Fixed clean-all targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r650134b rdb187c74  
    453453
    454454    case "${this_script}" in
    455       *bootscripts*) 
     455      *bootscripts*)
    456456        vrs=`grep "^lfs-bootscripts-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
    457457        FILE="lfs-bootscripts-$vrs.tar.*"
     
    462462    esac
    463463
    464     case "${this_script}" in 
     464    case "${this_script}" in
    465465      *fstab*) # Check if we have a real /etc/fstab file
    466466        if [[ -n "$FSTAB" ]] ; then
     
    563563
    564564clean-all:  clean
    565         rm -rf ./{hlfs-commands,logs,Makefile,hlfs.xsl,patcheslist.xsl,functions,packages,patches}
     565        rm -rf ./{hlfs-commands,logs,Makefile,*.xsl,patcheslist.xsl,makefile-functions,packages,patches}
    566566
    567567clean:  clean-chapter7 clean-chapter6 clean-chapter5 clean-chapter3
Note: See TracChangeset for help on using the changeset viewer.