From f24adb4859d2b90f3dc8bc970e8e6a3aac4fde0f Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Thu, 4 Feb 2016 01:09:21 +0000 Subject: [PATCH] build app-tools earlier --- build-rr.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-rr.sh b/build-rr.sh index 44d8e69..62a3b8a 100755 --- a/build-rr.sh +++ b/build-rr.sh @@ -370,10 +370,15 @@ EOF echo '>>' } -builduserspace () +buildapptools () { + ${MAKE} -C app-tools BUILDRR=true ${MAKE} -C app-tools BUILDRR=true install +} + +builduserspace () +{ usermtree ${STAGING} @@ -457,8 +462,8 @@ dobuild () mkdir -p ${STAGING}/rumprun-${MACHINE_GNU_ARCH}/lib/rumprun-${PLATFORM}\ || die cannot create libdir + ${KERNONLY} || buildapptools ${MAKE} -C ${PLATFORMDIR} links - ${KERNONLY} || builduserspace buildpci -- 2.39.5