source: rtems/contrib/crossrpms/Makefile.am @ 3584ae59

4.104.115
Last change on this file since 3584ae59 was a7f3bad9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/19/10 at 04:07:54

Abandon netbsd5.0.1

  • Property mode set to 100644
File size: 624 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 += freebsd7.3
13DIST_SUBDIRS += freebsd8.0
14DIST_SUBDIRS += mingw32
15DIST_SUBDIRS += netbsd5.0.2
16DIST_SUBDIRS += solaris2.7
17DIST_SUBDIRS += rtems4.10
18DIST_SUBDIRS += rtems4.11
19
20DIST_SUBDIRS += autotools
21
22EXTRA_DIST += specstrip
23EXTRA_DIST += $(srcdir)/patches/*.diff
24
25install-patches:
26        @rpmsourcedir=`rpm --eval '%_sourcedir'`; \
27        for f in $(srcdir)/patches/*.diff; do \
28          echo "$(INSTALL_DATA) $$f $$rpmsourcedir"; \
29          $(INSTALL_DATA) $$f $$rpmsourcedir; \
30        done
Note: See TracBrowser for help on using the repository browser.