forked from Imagelibrary/rtems
Changes from Ralf with script-19991021-0. He fixed the %files
issue and has mkbspspec in a better state. user.cfg is now gone. There are some miscellaneous changes to buildall done by Joel to clean up the build process.
This commit is contained in:
@@ -4,11 +4,16 @@ CFG=setup.cache
|
||||
|
||||
# RTEMS tools setup
|
||||
|
||||
test -f ./CFG || echo "restoring default setup.cache" && cp ./setup.def ./$CFG
|
||||
if test ! -f ./$CFG;
|
||||
then
|
||||
echo -n "restoring default setup.cache .."
|
||||
cp ./setup.def ./$CFG
|
||||
echo " done"
|
||||
fi
|
||||
|
||||
echo -n "loading setup from ./$CFG .."
|
||||
. ./$CFG
|
||||
echo "done"
|
||||
echo " done"
|
||||
echo
|
||||
|
||||
menu_setup()
|
||||
|
||||
Reference in New Issue
Block a user