Skip to content

Commit

Permalink
add further diagnostic messages
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 22, 2015
1 parent 0887d07 commit f84f611
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build-rr.sh
Expand Up @@ -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
Expand Down Expand Up @@ -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 ()
Expand Down

0 comments on commit f84f611

Please sign in to comment.