2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache
	creation (Make the bare BSP happy).
	* configure.ac: Ditto.
This commit is contained in:
Ralf Corsepius
2002-08-09 07:50:05 +00:00
parent 1ae3202b41
commit f21ccd2c3c
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache
creation (Make the bare BSP happy).
* configure.ac: Ditto.
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Create make/@RTEMS_BSP@.cache.

View File

@@ -12,7 +12,7 @@ clean-local:
make/@RTEMS_BSP@.cache: make/bsp.mak @CUSTOM_CFG_FILES@
$(RM) make/@RTEMS_BSP@.cache
$(MAKE) -f ${srcdir}/make/bsp.mak \
RTEMS_BSP=@RTEMS_BSP@ RTEMS_ROOT=. \
RTEMS_BSP=@RTEMS_BSP@ RTEMS_ROOT=. BARE_CPU_MODEL=${BARE_CPU_MODEL} \
make/@RTEMS_BSP@.cache
noinst_DATA = make/@RTEMS_BSP@.cache

View File

@@ -49,7 +49,9 @@ done
cp ${srcdir}/make/custom/default.cfg.in make/custom/default.cfg
AC_MSG_NOTICE([creating make/${RTEMS_BSP}.cache])
${MAKE-make} -f ${srcdir}/make/bsp.mak RTEMS_BSP=${RTEMS_BSP} \
${MAKE-make} -f ${srcdir}/make/bsp.mak \
RTEMS_BSP=${RTEMS_BSP} \
BARE_CPU_MODEL=${BARE_CPU_MODEL} \
RTEMS_ROOT=. make/${RTEMS_BSP}.cache
# Read back the cache