Changeset 0cc18f7 for HLFS


Ignore:
Timestamp:
08/30/2006 08:12:11 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
b179a81
Parents:
08a4953
Message:

HLFS, removed questionable clean-* makefile commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r08a4953 r0cc18f7  
    594594
    595595
    596 clean-all:  clean
    597         rm -rf ./{hlfs-commands,logs,Makefile,*.xsl,makefile-functions,packages,patches}
    598 
    599 clean:  clean-chapter7 clean-chapter6 clean-chapter5 clean-chapter3
    600 
    601596restart: restart_code all
    602 
    603 clean-chapter3:
    604         -if [ ! -f luser-exist ]; then \\
    605                 userdel \$(LUSER); \\
    606                 rm -rf /home/\$(LUSER); \\
    607         fi;
    608         rm -rf \$(MOUNT_PT)/tools
    609         rm -f /tools
    610         rm -f envars luser-exist
    611         rm -f 02* logs/02*.log
    612 
    613 clean-chapter5:
    614         rm -rf \$(MOUNT_PT)/tools/*
    615         rm -f $chapter5 restore-luser-env sources-dir
    616         cd logs && rm -f $chapter5 && cd ..
    617 
    618 clean-chapter6:
    619         -umount \$(MOUNT_PT)/sys
    620         -umount \$(MOUNT_PT)/proc
    621         -umount \$(MOUNT_PT)/dev/shm
    622         -umount \$(MOUNT_PT)/dev/pts
    623         -umount \$(MOUNT_PT)/dev
    624         rm -rf \$(MOUNT_PT)/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}
    625         rm -f $chapter6
    626         cd logs && rm -f $chapter6 && cd ..
    627 
    628 clean-chapter7:
    629         rm -f $chapter7
    630         cd logs && rm -f $chapter7 && cd ..
    631597
    632598restore-luser-env:
Note: See TracChangeset for help on using the changeset viewer.