Changeset 10726095 in rtems


Ignore:
Timestamp:
01/10/00 13:59:35 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
49e05f41
Parents:
94608578
Message:

Patch rtems-rc-20000104-3.diff from Ralf Corsepius <corsepiu@…>
that converts the sparc directory to automake.

Ralf's note: The implementation of libbsp/sparc/* gives a nearly minimal
example of the new configuration scheme.

Location:
c/src/lib/libbsp/sparc
Files:
11 added
9 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in

    r94608578 r10726095  
    66srcdir = @srcdir@
    77top_srcdir = @top_srcdir@
    8 top_builddir = ../../..
    9 subdir = sparc/erc32/wrapup
     8top_builddir = ..
     9subdir = wrapup
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
     
    2929include $(RTEMS_ROOT)/make/lib.cfg
    3030
    31 INSTALL = @INSTALL@
    3231INSTALL_CHANGE = @INSTALL_CHANGE@
    3332
     
    6059        $(INSTALL_VARIANT) -m 644 $(LIB) $(PROJECT_RELEASE)/lib
    6160
    62 $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: ../bsp_specs
    63         $(INSTALL_DATA) $< $@
    64 
    6561Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    6662        cd $(top_builddir) \
Note: See TracChangeset for help on using the changeset viewer.