Changeset dc94a8dc in rtems
- Timestamp:
- 10/27/00 13:25:40 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c59952d4
- Parents:
- a6eabdb6
- Location:
- c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/ChangeLog
ra6eabdb6 rdc94a8dc 1 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Make sure $SHELL inside of Makefiles does not get 4 propagated to the BSP-subdirectories if a user specified CONFIG_SHELL. 5 1 6 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/Makefile.am
ra6eabdb6 rdc94a8dc 23 23 test -d $$i || mkdir $$i; \ 24 24 ( cd $$i && \ 25 RTEMS_BSP=$$i $(rtems_bsp_configure) \25 CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) \ 26 26 && $(MAKE) $(AM_MAKEFLAGS) preinstall ) \ 27 27 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
Note: See TracChangeset
for help on using the changeset viewer.