Changeset 06383557 in rtems


Ignore:
Timestamp:
02/19/00 15:46:40 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
f362fa7
Parents:
2de8b1b
Message:

Patch rtems-rc-4.5.0-diff from Ralf Corsepius to address a problem
where user Makefiles where accidentally used when using the RTEMS
application Makefile scheme.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • aclocal/prog-cxx.m4

    r2de8b1b r06383557  
    6565unset ac_cv_prog_cxx_works
    6666unset ac_cv_prog_cxx_cross
     67dnl somehow autoconf macros leave this file
     68rm -f conftest.C
    6769])
    6870
  • c/src/make/Makefile.am

    r2de8b1b r06383557  
    4949        @echo rtems_cv_RTEMS_BSP_FAMILY=\$${rtems_cv_RTEMS_BSP_FAMILY=$(RTEMS_BSP_FAMILY)} >> $@
    5050
     51DISTCLEANFILES = @RTEMS_BSP@.cache
     52
    5153include $(top_srcdir)/../../../automake/subdirs.am
    5254include $(top_srcdir)/../../../automake/local.am
  • c/src/make/main.cfg.in

    r2de8b1b r06383557  
    6262        test -d ${ARCH} || mkdir ${ARCH}
    6363
    64 # general purpose forcing dependency; try to use .PHONY instead
    65 FORCEIT:
    66 
    67 FORCE:
    68 
    6964ifndef AUTOMAKE
    7065distclean-generic:
    71         -$(RM) Makefile .#* $(CONFIG_CLEAN_FILES)
     66        -$(RM) .#* $(CONFIG_CLEAN_FILES)
    7267        -$(RM) -r $(CLOBBER_ADDITIONS)
    7368
  • make/main.cfg

    r2de8b1b r06383557  
    6262        test -d ${ARCH} || mkdir ${ARCH}
    6363
    64 # general purpose forcing dependency; try to use .PHONY instead
    65 FORCEIT:
    66 
    67 FORCE:
    68 
    6964ifndef AUTOMAKE
    7065distclean-generic:
    71         -$(RM) Makefile .#* $(CONFIG_CLEAN_FILES)
     66        -$(RM) .#* $(CONFIG_CLEAN_FILES)
    7267        -$(RM) -r $(CLOBBER_ADDITIONS)
    7368
Note: See TracChangeset for help on using the changeset viewer.