From c737b74a65734327fad659ea4856e17b2e1ce8d2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Jun 2000 13:08:23 +0000 Subject: Patch rtems-rc-20000615-2-cvs.diff from Ralf Corsepius to update multigen. --- tools/build/multigen | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools') diff --git a/tools/build/multigen b/tools/build/multigen index 710f89f2ae..9ad143b38b 100755 --- a/tools/build/multigen +++ b/tools/build/multigen @@ -98,6 +98,12 @@ if test $config -eq 0 && test $custom -eq 0; then exit 1 fi +if test ! -r $rtems_srcdir/VERSION; then + echo "Can't find rtems" + echo "Check value passed to --rtems=" + exit 1 +fi + if test x$target != x ;then target_prefix=$target- fi -- cgit v1.2.3