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:
Joel Sherrill
1999-04-19 13:19:14 +00:00
parent 9572c41d09
commit 196094eb79
665 changed files with 713 additions and 683 deletions

View File

@@ -27,7 +27,7 @@ H_FILES=
SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg
include $(RTEMS_ROOT)/make/leaf.cfg
#