2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Use mkinstalldirs instead of mkdir.
This commit is contained in:
Ralf Corsepius
2002-11-02 13:56:52 +00:00
parent 4269a4366f
commit ceddf30ff6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use mkinstalldirs instead of mkdir.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix --enable-rtemsbsp= handling.

View File

@@ -19,7 +19,7 @@ SUBDIRS = . $(RTEMS_BSP)
@set fnord $(MAKEFLAGS); amf=$$2; \
test -n "${RTEMS_BSP}" && for i in ${RTEMS_BSP}; do \
echo "Configuring RTEMS_BSP=$$i"; \
test -d $$i || mkdir $$i; \
$(mkinstalldirs) $$i; \
( cd $$i && \
CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) \
&& $(MAKE) $(AM_MAKEFLAGS) preinstall ) \