source: rtems/contrib/crossrpms/Makefile.am @ 88687468

4.104.115
Last change on this file since 88687468 was c7a7580, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/19/10 at 03:42:58

Add netbsd5.0.2.

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