From 7063e223dc6cb5fe43b8664c08ab437b1a2d0547 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Oct 1999 17:22:02 +0000 Subject: Made the RTEMS version get substituted properly even though it is not right yet. Now can specify rpm_build_root via setup. --- scripts/setup | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scripts/setup') diff --git a/scripts/setup b/scripts/setup index 11d5712757..a102f2a14b 100755 --- a/scripts/setup +++ b/scripts/setup @@ -34,9 +34,10 @@ do echo "8 gdb version : $gdb_version" echo "9 gdb patch version : $gdb_patch_version" echo "a gdb rpm release : $gdb_rpm_release" + echo "b rpm build root : $rpm_build_root" echo - echo -n "[0-9a] or any other key to quit >" + echo -n "[0-9ab] or any other key to quit >" read sel case $sel in 0) echo -n "BINUTILS source >" @@ -61,6 +62,8 @@ do read gdb_patch_version ;; a) echo -n "GDB RPM release >" read gdb_rpm_release ;; + b) echo -n "RPM build root >" + read rpm_build_root ;; *) return 0 ;; esac @@ -83,7 +86,8 @@ echo "gcc_patch_version=$gcc_patch_version" >> $CFG echo "gccnewlib_rpm_release=$gccnewlib_rpm_release" >> $CFG echo "gdb_version=$gdb_version" >> $CFG echo "gdb_patch_version=$gdb_patch_version" >> $CFG -echo "gdbrpm_release=$gdbrpm_release" >> $CFG +echo "gdb_rpm_release=$gdb_rpm_release" >> $CFG +echo "rpm_build_root=$rpm_build_root" >> $CFG echo " done" test -f Makefile || ./configure -- cgit v1.2.3