summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 13:19:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 13:19:14 +0000
commit196094eb79c6f6f139f7cab82d50f0dd3240f7dd (patch)
treeeb72b10cbbe98238b6231a7183e80b4ac76bd877 /make
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-196094eb79c6f6f139f7cab82d50f0dd3240f7dd.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
This one is an enhancement to acpolish. It replaces some Makefile variables by others variable in Makefile.ins (tries to use unique name for some variables). It therefore eases parsing Makefile.ins for further automatic Makefile.in conversions in future. To apply: cd <rtems-source-tree> sh <path-to>/rtems-rc-19990407-8.sh ./autogen
Diffstat (limited to '')
-rw-r--r--make/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/Makefile.in b/make/Makefile.in
index b765bd8e7c..5d420d6c39 100644
--- a/make/Makefile.in
+++ b/make/Makefile.in
@@ -18,7 +18,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
-include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
+include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg
include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS +=
@@ -45,8 +45,8 @@ MAKEFILES := README \
# + Figure out what this BSP.cfg includes
# + Make those files have the correct relative path.
# + Now fix $(RTEMS_HOST) to the real host name
-CUSTOM_FILES := custom/default.cfg custom/$(RTEMS_BSP).cfg \
- $(shell grep "^include.*make/custom" $(srcdir)/custom/$(RTEMS_BSP).cfg | \
+CUSTOM_FILES := custom/default.cfg custom/${RTEMS_BSP}.cfg \
+ $(shell grep "^include.*make/custom" $(srcdir)/custom/${RTEMS_BSP}.cfg | \
sed -e 's/^.*make\///' | sed -e s/\\$$\(RTEMS_HOST\)/${RTEMS_HOST}/)
# NOTE: Use the wildcard rule to install all compiler files