Changeset 08b5f55 in rtems for c/src/lib/libbsp/bare


Ignore:
Timestamp:
07/26/99 20:31:49 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
29e68b75
Parents:
eb299afc
Message:

Patch from Ralf Corsepius <corsepiu@…>:

A bug in acpolish made it into rtems-rc-19990709-0.diff, which
unfortunately affects all Makefile.ins:

  • The maintainer mode conditional was erroniously applied to the dependencies of "Makefile".

In case you already checked in rtems-rc-19990709-0.diff to CVS you have
to check in all Makefile.ins again after applying the patch below :).

Please apply the patch below as follows:

patch -p1 < rtems-rc-19990709-1.diff
tools/update/rtems-polish.sh -ac

Note: There is no need to rerun your tests if you have used
--enable-maintainer-mode to configure RTEMS, because this patch converts
all Makefile.ins to the same settings as used for
--enable-maintainer-mode.

Location:
c/src/lib/libbsp/bare
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/bare/Makefile.in

    reb299afc r08b5f55  
    2727SUB_DIRS = include wrapup
    2828
    29 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
     29Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    3030        cd $(top_builddir) \
    3131         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  • c/src/lib/libbsp/bare/include/Makefile.in

    reb299afc r08b5f55  
    4747        $(INSTALL_CHANGE) -m 644 $(H_FILES) $(PROJECT_INCLUDE)
    4848
    49 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
     49Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    5050        cd $(top_builddir) \
    5151         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  • c/src/lib/libbsp/bare/wrapup/Makefile.in

    reb299afc r08b5f55  
    6060        $(INSTALL_DATA) $< $@
    6161
    62 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
     62Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    6363        cd $(top_builddir) \
    6464         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracChangeset for help on using the changeset viewer.