Changeset 49e05f41 in rtems


Ignore:
Timestamp:
01/10/00 14:03:32 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1e562da6
Parents:
10726095
Message:

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

Ralf's note: Please check c/src/lib/libbsp/unix/posix/startup/Makefile.am.
I am not sure if it is correct.

Location:
c/src/lib/libbsp/unix
Files:
10 added
8 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/unix/posix/wrapup/Makefile.in

    r10726095 r49e05f41  
    66srcdir = @srcdir@
    77top_srcdir = @top_srcdir@
    8 top_builddir = ../../..
    9 subdir = unix/posix/wrapup
     8top_builddir = ..
     9subdir = wrapup
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
     
    1717include $(RTEMS_ROOT)/make/lib.cfg
    1818
    19 INSTALL = @INSTALL@
    2019INSTALL_CHANGE = @INSTALL_CHANGE@
    2120
     
    6665        $(INSTALL_VARIANT) -m 644 $(LIB) $(PROJECT_RELEASE)/lib
    6766
    68 $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: ../bsp_specs
    69         $(INSTALL_DATA) $< $@
    70 
    7167Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    7268        cd $(top_builddir) \
Note: See TracChangeset for help on using the changeset viewer.