forked from Imagelibrary/rtems
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
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user