Changeset 03b3eba for CLFS2


Ignore:
Timestamp:
09/11/2006 11:18:01 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
e9642b9
Parents:
1ba5024
Message:

Removed remainig clean targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/master.sh

    r1ba5024 r03b3eba  
    153153      *) ;;
    154154    esac
    155    
     155
    156156    #
    157157    # Set the dependency for the first target.
     
    360360    case ${this_script} in
    361361      *chowning) chowning=${this_script}   ;;
    362               *) bootable="$bootable $this_script"  ;;     
     362              *) bootable="$bootable $this_script"  ;;
    363363    esac
    364364    #
     
    473473        @sudo make SETUP
    474474        @touch \$@
    475        
     475
    476476mk_LUSER: mk_SETUP
    477477        @\$(call echo_SULUSER_request)
     
    489489ROOT:   $chowning
    490490
    491 clean-all:  clean
    492         rm -rf ./{clfs2-commands,logs,Makefile,*.xsl,makefile-functions,packages,patches}
    493 
    494 clean:
    495491
    496492restart:
    497         @echo "This feature does not exist for the CLFS makefile. (yet)"
     493        @echo "This feature does not exist for the CLFS-2 makefile. (yet)"
    498494
    499495restore-luser-env:
Note: See TracChangeset for help on using the changeset viewer.