Changeset dc94a8dc in rtems


Ignore:
Timestamp:
10/27/00 13:25:40 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c59952d4
Parents:
a6eabdb6
Message:

2000-10-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Make sure $SHELL inside of Makefiles does not get propagated to the BSP-subdirectories if a user specified CONFIG_SHELL.
Location:
c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/ChangeLog

    ra6eabdb6 rdc94a8dc  
     12000-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
    162000-08-10      Joel Sherrill <joel@OARcorp.com>
    27
  • c/Makefile.am

    ra6eabdb6 rdc94a8dc  
    2323          test -d $$i || mkdir $$i; \
    2424          ( cd $$i && \
    25             RTEMS_BSP=$$i $(rtems_bsp_configure) \
     25            CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) \
    2626            && $(MAKE) $(AM_MAKEFLAGS) preinstall ) \
    2727          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
Note: See TracChangeset for help on using the changeset viewer.