From 84911f18246b298a42041d3bc2be2cfe225e7fbc Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sun, 23 Jan 2011 07:48:58 -0500 Subject: [PATCH] moved "rm -f umount" from "remove_checkpoints" to "clean" because if make is run with parallel jobs the file may not exist yet for remove_checkpoints to remove --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0831fff..d46c919 100644 --- a/Makefile +++ b/Makefile @@ -260,10 +260,10 @@ umount: remove_checkpoints: rm -f mounts compile_options base_system portage sync_portage - rm -f umount rm -f parted grub stage3 software preproot sysconfig systools image partitions device-map clean: umount remove_checkpoints + rm -f umount rm -rf loop gentoo rm -rf gentoo rm -rf $(CHROOT)