From 705e8c2441e0362407960d48c6e3be0ff90ab680 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 9 Aug 2016 16:30:11 +0100 Subject: [PATCH] Fix util-linux install rule. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f6447c1..cb47436 100644 --- a/Makefile +++ b/Makefile @@ -504,8 +504,7 @@ stage3-chroot/usr/bin/mount: util-linux-$(UTIL_LINUX_VERSION).tar.xz --without-systemd \ --disable-makeinstall-chown cd util-linux-$(UTIL_LINUX_VERSION) && PATH=$(ROOT)/fixed-gcc:$$PATH make -# libtool fucks something up here, ignore the failure and continue. - -cd util-linux-$(UTIL_LINUX_VERSION) && make install DESTDIR=$(ROOT)/stage3-chroot -j1 -k V=1 + cd util-linux-$(UTIL_LINUX_VERSION) && PATH=$(ROOT)/fixed-gcc:$$PATH make install DESTDIR=$(ROOT)/stage3-chroot util-linux-$(UTIL_LINUX_VERSION).tar.xz: rm -f $@ $@-t -- 1.8.3.1