From 43e7d103a0aa620f5f75c4ccac2f5b6c3d3f9433 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Oct 1999 15:59:54 +0000 Subject: 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. --- scripts/setup | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'scripts/setup') diff --git a/scripts/setup b/scripts/setup index 7477f80887..11d5712757 100755 --- a/scripts/setup +++ b/scripts/setup @@ -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() -- cgit v1.2.3