summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 19:30:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 19:30:48 +0000
commit6d6f1b34e1dfabca9bc6e40b6f57a112a405764a (patch)
tree257b3f246c16cfb567bb868666ac52a9816413b7 /configure
parentRemoved PROJECT_HOME and CONFIG_DIR variables. (diff)
downloadrtems-6d6f1b34e1dfabca9bc6e40b6f57a112a405764a.tar.bz2
Fixed libhwapi to reflect eeprom to non volatile memory rename.
Diffstat (limited to 'configure')
-rw-r--r--configure32
1 files changed, 16 insertions, 16 deletions
diff --git a/configure b/configure
index 82743f565b..6aa4c74f10 100644
--- a/configure
+++ b/configure
@@ -1434,7 +1434,7 @@ echo "configure:1414: checking for bsps" >&5
# collect makefiles for each bsp
for i in $rtems_bsp; do
# make sure there is a make/custom file for the bsp
- if test ! -r "$srcdir/c/make/custom/${i}.cfg"; then
+ if test ! -r "$srcdir/make/custom/${i}.cfg"; then
{ echo "configure: error: no make/custom/${i}.cfg file for BSP $i" 1>&2; exit 1; }
fi
@@ -1528,7 +1528,7 @@ if [ "${program_prefix}" = "NONE" ] ; then
fi
fi
-RTEMS_ROOT=`cd $srcdir/c; pwd`
+RTEMS_ROOT=`cd $srcdir; pwd`
PROJECT_ROOT=`pwd;`
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
@@ -1723,12 +1723,12 @@ fi
-echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/eeprom""... $ac_c" 1>&6
-echo "configure:1728: checking for Makefile.in in c/src/lib/libhwapi/eeprom" >&5
-if test -d $srcdir/c/src/lib/libhwapi/eeprom; then
+echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6
+echo "configure:1728: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5
+if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then
rtems_av_save_dir=`pwd`;
cd $srcdir;
- rtems_av_tmp=`find c/src/lib/libhwapi/eeprom -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"`
+ rtems_av_tmp=`find c/src/lib/libhwapi/non_volatile_memory -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"`
makefiles="$makefiles $rtems_av_tmp";
cd $rtems_av_save_dir;
echo "$ac_t""done" 1>&6
@@ -1826,12 +1826,12 @@ fi
-echo $ac_n "checking for Makefile.in in c/make""... $ac_c" 1>&6
-echo "configure:1831: checking for Makefile.in in c/make" >&5
-if test -d $srcdir/c/make; then
+echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6
+echo "configure:1831: checking for Makefile.in in make" >&5
+if test -d $srcdir/make; then
rtems_av_save_dir=`pwd`;
cd $srcdir;
- rtems_av_tmp=`find c/make -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"`
+ rtems_av_tmp=`find make -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"`
makefiles="$makefiles $rtems_av_tmp";
cd $rtems_av_save_dir;
echo "$ac_t""done" 1>&6
@@ -2014,9 +2014,9 @@ c/src/tests/support/wrapup/Makefile
c/src/tests/tools/Makefile
c/src/tests/tools/generic/Makefile
$makefiles
-c/make/host.cfg
-c/make/target.cfg
-c/make/Templates/Makefile.inc
+make/host.cfg
+make/target.cfg
+make/Templates/Makefile.inc
c/update-tools/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -2160,9 +2160,9 @@ c/src/tests/support/wrapup/Makefile
c/src/tests/tools/Makefile
c/src/tests/tools/generic/Makefile
$makefiles
-c/make/host.cfg
-c/make/target.cfg
-c/make/Templates/Makefile.inc
+make/host.cfg
+make/target.cfg
+make/Templates/Makefile.inc
c/update-tools/Makefile"}
EOF
cat >> $CONFIG_STATUS <<\EOF