Skip to content

Commit

Permalink
Create top-level link to rumprun components earlier.
Browse files Browse the repository at this point in the history
earlier = when rumprun components have been built
  • Loading branch information
anttikantee committed Jun 24, 2015
1 parent 4db4f8c commit 8478a70
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build-rr.sh
Expand Up @@ -313,14 +313,13 @@ buildpci
# run routine specified in platform.conf
doextras || die 'platforms extras failed. tillerman needs tea?'

# create high-level link to rumprun components
ln -sf ${PLATFORMDIR}/rump ./rumprun

# do final build of the platform bits
( cd ${PLATFORMDIR} && ${MAKE} || exit 1)
[ $? -eq 0 ] || die platform make failed!

# link result to top level (por que?!?)
ln -sf ${PLATFORMDIR}/rump .


echo
echo ">> $0 ran successfully"
exit 0

0 comments on commit 8478a70

Please sign in to comment.