mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Make sure $SHELL inside of Makefiles does not get propagated to the BSP-subdirectories if a user specified CONFIG_SHELL.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Make sure $SHELL inside of Makefiles does not get
|
||||||
|
propagated to the BSP-subdirectories if a user specified CONFIG_SHELL.
|
||||||
|
|
||||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* ChangeLog: New file.
|
* ChangeLog: New file.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ SUBDIRS = make . $(RTEMS_BSP)
|
|||||||
echo "Configuring RTEMS_BSP=$$i"; \
|
echo "Configuring RTEMS_BSP=$$i"; \
|
||||||
test -d $$i || mkdir $$i; \
|
test -d $$i || mkdir $$i; \
|
||||||
( cd $$i && \
|
( cd $$i && \
|
||||||
RTEMS_BSP=$$i $(rtems_bsp_configure) \
|
CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) \
|
||||||
&& $(MAKE) $(AM_MAKEFLAGS) preinstall ) \
|
&& $(MAKE) $(AM_MAKEFLAGS) preinstall ) \
|
||||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user