source: rtems/contrib/crossrpms/Makefile.am @ 04923e4

4.104.115
Last change on this file since 04923e4 was 38f666c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/17/10 at 05:08:51

rtems-4.11 fork preps.

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