summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-15 13:08:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-15 13:08:23 +0000
commitc737b74a65734327fad659ea4856e17b2e1ce8d2 (patch)
tree0dca27eaf75b0501585305189c9095750c53ac7e /tools/build
parentPatch rtems-rc-20000615-1-cvs.diff from Ralf Corsepius (diff)
downloadrtems-c737b74a65734327fad659ea4856e17b2e1ce8d2.tar.bz2
Patch rtems-rc-20000615-2-cvs.diff from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> to update multigen.
Diffstat (limited to '')
-rwxr-xr-xtools/build/multigen6
1 files changed, 6 insertions, 0 deletions
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=<DIR>"
+ exit 1
+fi
+
if test x$target != x ;then
target_prefix=$target-
fi