Changeset ceddf30 in rtems


Ignore:
Timestamp:
11/02/02 13:56:52 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cf0bf01
Parents:
4269a43
Message:

2002-11-02 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use mkinstalldirs instead of mkdir.
Location:
c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/ChangeLog

    r4269a43 rceddf30  
     12002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Use mkinstalldirs instead of mkdir.
     4
    152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/Makefile.am

    r4269a43 rceddf30  
    2020        test -n "${RTEMS_BSP}" && for i in ${RTEMS_BSP}; do \
    2121          echo "Configuring RTEMS_BSP=$$i"; \
    22           test -d $$i || mkdir $$i; \
     22          $(mkinstalldirs) $$i; \
    2323          ( cd $$i && \
    2424            CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) \
Note: See TracChangeset for help on using the changeset viewer.