Changeset ceddf30 in rtems
- Timestamp:
- 11/02/02 13:56:52 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cf0bf01
- Parents:
- 4269a43
- Location:
- c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/ChangeLog
r4269a43 rceddf30 1 2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Use mkinstalldirs instead of mkdir. 4 1 5 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/Makefile.am
r4269a43 rceddf30 20 20 test -n "${RTEMS_BSP}" && for i in ${RTEMS_BSP}; do \ 21 21 echo "Configuring RTEMS_BSP=$$i"; \ 22 test -d $$i || mkdir$$i; \22 $(mkinstalldirs) $$i; \ 23 23 ( cd $$i && \ 24 24 CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) \
Note: See TracChangeset
for help on using the changeset viewer.