2001-03-08 Ralf Corsepiu <corsepius@faw.uni-ulm.de>

* configure.in: Use ${MAKE} in message at the end of the
	configure.in.
This commit is contained in:
Joel Sherrill
2001-03-14 00:18:08 +00:00
parent 2e549dad4b
commit 7b79761f02
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use ${MAKE} in message at the end of the
configure.in.
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Apply _RTEMS_ADJUST_SRCDIR.

View File

@@ -100,6 +100,6 @@ Makefile
echo
echo target architecture: $target_cpu.
echo available BSPs: $rtems_bsp.
echo \'make all\' will build the following BSPs: $RTEMS_BSP_LIST.
echo other BSPs can be built with \'make RTEMS_BSP=\"bsp1 bsp2 ...\"\'
echo \'${MAKE} all\' will build the following BSPs: $RTEMS_BSP_LIST.
echo other BSPs can be built with \'${MAKE} RTEMS_BSP=\"bsp1 bsp2 ...\"\'
echo