source: rtems/contrib/crossrpms/Makefile.am @ 847c7e3

4.8
Last change on this file since 847c7e3 was 847c7e3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/14/08 at 10:11:14

Abandon freebsd5.2

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