From: Richard W.M. Jones Date: Fri, 12 Aug 2016 16:37:44 +0000 (+0100) Subject: stage3: Build xz before rpm, since rpm depends on xz. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=inline;h=03897d8fbb5b27f03a4df2d4157f72d066e3fc13;p=fedora-riscv.git stage3: Build xz before rpm, since rpm depends on xz. --- 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 \