Changeset 30737ea8 for CLFS


Ignore:
Timestamp:
08/06/2006 10:59:36 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
fa58f81
Parents:
ef87eed
Message:

Renamed user-{c,h}lfs-exist to luser-exist.
Renamed restore-{c,h}lfs-env to restore-luser-env.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    ref87eed r30737ea8  
    4646                useradd -s /bin/bash -g \$(LGROUP) -m -k /dev/null \$(LUSER); \\
    4747        else \\
    48                 touch user-clfs-exist; \\
     48                touch luser-exist; \\
    4949        fi;
    5050        @chown \$(LUSER) \$(MOUNT_PT) && \\
     
    10541054chapter4:  chapter3 $temptools
    10551055
    1056 chapter5:  chapter4 $chroottools $testsuitetools
     1056chapter5:  chapter4 $chroottools restore-luser-env $testsuitetools
    10571057
    10581058chapter6:  chapter5 $basicsystem
     
    10711071
    10721072clean-chapter2:
    1073         -if [ ! -f user-clfs-exist ]; then \\
     1073        -if [ ! -f luser-exist ]; then \\
    10741074                userdel \$(LUSER); \\
    10751075                rm -rf /home/\$(LUSER); \\
     
    10791079        rm -rf \$(MOUNT_PT)/cross-tools
    10801080        rm -f /cross-tools
    1081         rm -f envars user-clfs-exist
     1081        rm -f envars luser-exist
    10821082        rm -f 02* logs/02*.log
    10831083
    10841084clean-chapter3:
    10851085        rm -rf \$(MOUNT_PT)/tools/*
    1086         rm -f $cross_tools restore-clfs-env sources-dir
     1086        rm -f $cross_tools sources-dir
    10871087        cd logs && rm -f $cross_tools && cd ..
    10881088
     
    10981098
    10991099
    1100 restore-clfs-env:
     1100restore-luser-env:
    11011101        @\$(call echo_message, Building)
    11021102        @if [ -f /home/\$(LUSER)/.bashrc.XXX ]; then \\
     
    11171117        @-umount \$(MOUNT_PT)/sys
    11181118        @-umount \$(MOUNT_PT)/proc
    1119         @-if [ ! -f user-clfs-exist ]; then \\
     1119        @-if [ ! -f luser-exist ]; then \\
    11201120                userdel \$(LUSER); \\
    11211121                rm -rf /home/\$(LUSER); \\
     
    11371137        $temptools \
    11381138        $chroottools \
    1139         $boottools
     1139        $boottools restore-luser-env
    11401140        @\$(call echo_boot_finished,$VERSION)
    11411141
     
    11531153
    11541154clean-jhalfs:
    1155         -if [ ! -f user-clfs-exist ]; then \\
     1155        -if [ ! -f luser-exist ]; then \\
    11561156                userdel \$(LUSER); \\
    11571157                rm -rf /home/\$(LUSER); \\
     
    11611161        rm -rf \$(MOUNT_PT)/cross-tools
    11621162        rm -f /cross-tools
    1163         rm -f envars user-clfs-exist
     1163        rm -f envars luser-exist
    11641164        rm -f 02* logs/02*.log
    11651165
     
    11671167        rm -rf /tools/*
    11681168        rm -f $cross_tools && rm -f $temptools && rm -f $chroottools && rm -f $boottools
    1169         rm -f restore-clfs-env sources-dir
     1169        rm -f restore-luser-env sources-dir
    11701170        cd logs && rm -f $cross_tools && rm -f $temptools && rm -f $chroottools && rm -f $boottools && cd ..
    11711171
     
    11831183
    11841184
    1185 restore-clfs-env:
     1185restore-luser-env:
    11861186        @\$(call echo_message, Building)
    11871187        @if [ -f /home/\$(LUSER)/.bashrc.XXX ]; then \\
Note: See TracChangeset for help on using the changeset viewer.