Changeset 7b79761 in rtems
- Timestamp:
- 03/14/01 00:18:08 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- acdb6558
- Parents:
- 2e549dad
- Location:
- c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/ChangeLog
r2e549dad r7b79761 1 2001-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: Use ${MAKE} in message at the end of the 4 configure.in. 5 1 6 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/configure.in
r2e549dad r7b79761 101 101 echo target architecture: $target_cpu. 102 102 echo available BSPs: $rtems_bsp. 103 echo \' makeall\' will build the following BSPs: $RTEMS_BSP_LIST.104 echo other BSPs can be built with \' makeRTEMS_BSP=\"bsp1 bsp2 ...\"\'103 echo \'${MAKE} all\' will build the following BSPs: $RTEMS_BSP_LIST. 104 echo other BSPs can be built with \'${MAKE} RTEMS_BSP=\"bsp1 bsp2 ...\"\' 105 105 echo
Note: See TracChangeset
for help on using the changeset viewer.