source: rtems/contrib/crossrpms/Makefile.am @ 0e6d50c

4.104.114.95
Last change on this file since 0e6d50c was 1f60e1c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/28/07 at 07:19:29

rtems-4.9.

  • Property mode set to 100644
File size: 542 bytes
Line 
1##
2## $Id$
3##
4
5EXTRA_DIST =
6
7SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@
8
9DIST_SUBDIRS  = cygwin
10DIST_SUBDIRS += freebsd5.2
11DIST_SUBDIRS += freebsd6.0
12DIST_SUBDIRS += freebsd6.1
13DIST_SUBDIRS += mingw32
14DIST_SUBDIRS += solaris2.7
15DIST_SUBDIRS += rtems4.9
16
17DIST_SUBDIRS += autotools
18
19EXTRA_DIST += specstrip
20EXTRA_DIST += $(srcdir)/patches/*.diff
21
22install-patches:
23        @rpmsourcedir=`rpm --eval '%_sourcedir'`; \
24        for f in $(srcdir)/patches/*.diff; do \
25          echo "$(INSTALL_DATA) $$f $$rpmsourcedir"; \
26          $(INSTALL_DATA) $$f $$rpmsourcedir; \
27        done
Note: See TracBrowser for help on using the repository browser.