Ignore:
Timestamp:
04/19/99 13:19:14 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5dc30fb
Parents:
9572c41
Message:

Patch from Ralf Corsepius <corsepiu@…>:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/include/rtems/score/Makefile.in

    r9572c41 r196094eb  
    3535SRCS=$(H_FILES) $(TARGOPTS)
    3636
    37 include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
     37include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg
    3838include $(RTEMS_ROOT)/make/leaf.cfg
    3939
     
    7575        @echo "#define $(RTEMS_CPU_MODEL) 1"                   >>$@
    7676        @echo                                                  >>$@
    77         @echo "#ifdef $(RTEMS_BSP)"                            >>$@
    78         @echo "#undef $(RTEMS_BSP)"                            >>$@
     77        @echo "#ifdef ${RTEMS_BSP}"                            >>$@
     78        @echo "#undef ${RTEMS_BSP}"                            >>$@
    7979        @echo "#endif"                                         >>$@
    80         @echo "#define $(RTEMS_BSP) 1"                         >>$@
     80        @echo "#define ${RTEMS_BSP} 1"                         >>$@
    8181        @echo                                                  >>$@
    8282        @$(make-target-options)
Note: See TracChangeset for help on using the changeset viewer.