From 6745ad7bba4c239ef02f5a7fae8a78be809cd696 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 19 Jan 2011 21:16:13 -0500 Subject: [PATCH] Small tweak to allow downloading of stage3 and portage in parallel (with -j2) --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b591fd..6a40f79 100644 --- a/Makefile +++ b/Makefile @@ -100,8 +100,11 @@ mounts: stage3 fi touch mounts -portage: stage3 +sync_portage: rsync --no-motd -L $(RSYNC_MIRROR)/snapshots/portage-latest.tar.bz2 portage-latest.tar.bz2 + touch sync_portage + +portage: sync_portage stage3 tar xjf portage-latest.tar.bz2 -C $(CHROOT)/usr $(MOUNT_PKGDIR) touch portage @@ -250,7 +253,7 @@ umount: touch umount remove_checkpoints: - rm -f mounts compile_options base_system portage + 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