Changeset 3338588


Ignore:
Timestamp:
10/29/2005 04:48:54 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
c62847c
Parents:
0bd7b91
Message:

Set the Makefile to ignore errors on the umounts - necessary if you want to run 'make clean' before the script has hit chapter 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r0bd7b91 r3338588  
    796796 
    797797clean-chapter6:
    798         umount \$(LFS)/sys
    799         umount \$(LFS)/proc
    800         umount \$(LFS)/dev/shm
    801         umount \$(LFS)/dev/pts
    802         umount \$(LFS)/dev
     798        -umount \$(LFS)/sys
     799        -umount \$(LFS)/proc
     800        -umount \$(LFS)/dev/shm
     801        -umount \$(LFS)/dev/pts
     802        -umount \$(LFS)/dev
    803803        rm -rf \$(LFS)/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}
    804804        rm -f $chapter6
Note: See TracChangeset for help on using the changeset viewer.