source: rtems/contrib/crossrpms/Makefile.am @ 3438bc3a

4.8
Last change on this file since 3438bc3a was 3438bc3a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/15/08 at 05:30:59

Abandon freebsd6.0.

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