Makefile: clean: Lazily umount filesystems.

This commit is contained in:
Albert Hopkins 2013-09-01 14:14:12 +00:00
parent 76d68f39c8
commit 9b62ddde0b
1 changed files with 4 additions and 4 deletions

View File

@ -358,11 +358,11 @@ $(STAGE4_TARBALL):
umount:
@./echo Attempting to unmount chroot mounts
ifdef PKGDIR
umount $(CHROOT)/var/portage/packages
umount -l $(CHROOT)/var/portage/packages
endif
umount $(CHROOT)/var/tmp
umount $(CHROOT)/dev
umount $(CHROOT)/proc
umount -l $(CHROOT)/var/tmp
umount -l $(CHROOT)/dev
umount -l $(CHROOT)/proc
touch umount
remove_checkpoints: