From 03897d8fbb5b27f03a4df2d4157f72d066e3fc13 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 12 Aug 2016 17:37:44 +0100 Subject: [PATCH] stage3: Build xz before rpm, since rpm depends on xz. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64e35a5..9a4eefd 100644 --- a/Makefile +++ b/Makefile @@ -314,8 +314,8 @@ stage3: stage3-kernel/linux-$(KERNEL_VERSION)/vmlinux \ stage3-chroot/usr/bin/hostname \ stage3-chroot/usr/bin/gettext \ stage3-chroot/usr/bin/lua \ - stage3-chroot/usr/bin/rpm \ stage3-chroot/usr/bin/xz \ + stage3-chroot/usr/bin/rpm \ stage3-chroot/usr/bin/gawk \ stage3-chroot/usr/bin/vim \ stage3-chroot/init \ -- 1.8.3.1