Makefile: clean: Lazily umount filesystems.
This commit is contained in:
parent
76d68f39c8
commit
9b62ddde0b
8
Makefile
8
Makefile
|
@ -358,11 +358,11 @@ $(STAGE4_TARBALL):
|
||||||
umount:
|
umount:
|
||||||
@./echo Attempting to unmount chroot mounts
|
@./echo Attempting to unmount chroot mounts
|
||||||
ifdef PKGDIR
|
ifdef PKGDIR
|
||||||
umount $(CHROOT)/var/portage/packages
|
umount -l $(CHROOT)/var/portage/packages
|
||||||
endif
|
endif
|
||||||
umount $(CHROOT)/var/tmp
|
umount -l $(CHROOT)/var/tmp
|
||||||
umount $(CHROOT)/dev
|
umount -l $(CHROOT)/dev
|
||||||
umount $(CHROOT)/proc
|
umount -l $(CHROOT)/proc
|
||||||
touch umount
|
touch umount
|
||||||
|
|
||||||
remove_checkpoints:
|
remove_checkpoints:
|
||||||
|
|
Loading…
Reference in New Issue