Changeset 6e6f0f06 in rtems


Ignore:
Timestamp:
02/05/01 18:09:20 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
81a1802
Parents:
f5c58361
Message:

2001-02-03 Ralf Corsepius <corsepiu@…>

  • Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    rf5c58361 r6e6f0f06  
     12001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
     4
    152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/Makefile.am

    rf5c58361 r6e6f0f06  
    88SUBDIRS = make @hst_subdirs@ wrapup tests
    99
    10 rtems_bspdir = $(prefix)/@RTEMS_BSP@
    11 
    1210# NOTE: The wildcard on the install should pick up everything except
    1311#       the tests directory.  This significantly minimizes the install size.
    1412install-data-local:
    15         $(mkinstalldirs) $(rtems_bspdir)
    16         cd $(PROJECT_ROOT); \
    17           tar cf - @RTEMS_BSP@/[bilsuM]* | (cd $(DESTDIR)$(prefix); tar xpBf - );
     13        $(mkinstalldirs) $(DESTDIR)$(exec_prefix)/@RTEMS_BSP@
     14        cd $(PROJECT_ROOT)/@RTEMS_BSP@; \
     15          tar cf - [bilsuM]* | \
     16          (cd $(DESTDIR)$(exec_prefix)/@RTEMS_BSP@; tar xpBf - );
    1817
    1918uninstall-local:
    20         rm -rf $(rtems_bspdir)/[bsl]*;
     19        rm -rf $(DESTDIR)$(exec_prefix)/@RTEMS_BSP@/[bsl]*;
    2120
    2221include $(top_srcdir)/../../automake/subdirs.am
Note: See TracChangeset for help on using the changeset viewer.