source: rtems/automake/lib.am @ 1ea70d78

4.104.114.84.95
Last change on this file since 1ea70d78 was 0ff37e68, checked in by Joel Sherrill <joel.sherrill@…>, on 01/07/00 at 14:47:02

Patch rtems-rc-20000104-0.diff from Ralf Corsepius <corsepiu@…>
which is described below:

This one is a (minor) patch in preparation of the upcoming patches. It
actually is an excerpt of the upcoming patches and therefore is
completely untested in this standalone form, but I don't expect it to
break something.

The essential changes in this patch are:

  • An update to rtems-polish.sh (Now can also be run in subdirectories)
  • A bug-fix for the libcpu/powerpc (A directory was missing from SUBDIRS in a Makefile.am)
  • An update to gensh2.cfg.
  • Cleanups/Enhancements? to configuration files

To apply:

cd <srcdir>
patch -p0 < rtems-rc-20000104-0.diff
cvs rm -f c/src/lib/libbsp/Makefile.am.new

  • Property mode set to 100644
File size: 233 bytes
Line 
1##
2##  $Id$
3##
4
5include $(RTEMS_ROOT)/make/leaf.cfg
6
7define make-library
8$(RM) $@
9$(AR) $(ARFLAGS) $@ $^
10$(RANLIB) $@
11endef
12
13$(PROJECT_RELEASE)/lib:
14        @$(mkinstalldirs) $@
15
16TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
17
18.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.