Changeset d0a8b4b8 in rtems


Ignore:
Timestamp:
01/10/00 14:07:00 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
59909bf
Parents:
82f1f6d
Message:

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

Ralf's Note: This patch demonstrates another kind of supporting the new
style of configuration, which avoids having to port all Makefile.ins to
automake, but to keep using most old style Makefile.ins.

Location:
c/src/lib/libbsp
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.in

    r82f1f6d rd0a8b4b8  
    66srcdir = @srcdir@
    77top_srcdir = @top_srcdir@
    8 top_builddir = ../../..
    9 subdir = mips64orion/p4000/startup
     8top_builddir = ..
     9subdir = startup
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
  • c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in

    r82f1f6d rd0a8b4b8  
    66srcdir = @srcdir@
    77top_srcdir = @top_srcdir@
    8 top_builddir = ../../..
    9 subdir = mips64orion/p4000/wrapup
     8top_builddir = ..
     9subdir = wrapup
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
     
    5959        $(INSTALL_VARIANT) -m 644 $(LIB) $(PROJECT_RELEASE)/lib
    6060
    61 install: all
    62 
    63 $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: ../bsp_specs
    64         $(INSTALL_DATA) $< $@
    65 
    6661Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    6762        cd $(top_builddir) \
Note: See TracChangeset for help on using the changeset viewer.