Changeset 0e136be in rtems


Ignore:
Timestamp:
04/13/00 13:47:28 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
48e40a3
Parents:
e0d1ba5
Message:

Patch rtems-rc-4.5.0-12-cvs.diff from Ralf Corsepius <corsepiu@…>.
The patch contains two mid-severity bug fixes:

  • bootstrap: fix autoheader invocation
  • make/host.cfg.in: comment out RM, required by c/src/make/host.cfg.in, which is generated from make/host.cfg.in
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bootstrap

    re0d1ba5 r0e136be  
    7777    aclocal -I $aclocal_dir;
    7878    autoconf;
     79    test -n "`grep CONFIG_HEADER configure.in`" && autoheader ;
    7980    test -f Makefile.am && automake $verbose ;
    80     test -n "`grep CONFIG_HEADER configure.in`" && autoheader ;
    8181    test -f Makefile.am && test -n "`grep 'stamp-h\.in' Makefile.in`" \
    8282      && echo timestamp > stamp-h.in
  • make/host.cfg.in

    re0d1ba5 r0e136be  
    2020
    2121CAT=cat
    22 RM=@RM@ -f
     22## RM=@RM@ -f
    2323CP=@CP@
    2424MV=@MV@
Note: See TracChangeset for help on using the changeset viewer.