From f84f611e7ca78d862dd5670862d6e04bf28d9329 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Mon, 22 Jun 2015 07:24:59 +0000 Subject: [PATCH] add further diagnostic messages --- build-rr.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-rr.sh b/build-rr.sh index 7629bc996..d264ce50b 100755 --- a/build-rr.sh +++ b/build-rr.sh @@ -173,6 +173,11 @@ buildrump () -V RUMP_KERNEL_IS_LIBC=1 -V BUILDRUMP_SYSROOT=yes \ "$@" tools + echo '>>' + echo '>> Now that we have the appropriate tools, perfoming' + echo '>> further setup for rumprun build' + echo '>>' + RUMPMAKE=$(pwd)/${RUMPTOOLS}/rumpmake # Check that a clang build is not attempted. This is the first @@ -203,6 +208,11 @@ EOF ${BUILDRUMP}/buildrump.sh ${BUILD_QUIET} ${STDJ} -k \ -s ${RUMPSRC} -T ${RUMPTOOLS} -o ${RUMPOBJ} -d ${RUMPDEST} \ "$@" build kernelheaders install + + echo '>>' + echo '>> Rump kernel components built. Proceeding to build' + echo '>> rumprun bits' + echo '>>' } builduserspace ()