source: rtems/contrib/crossrpms/Makefile.am @ 2344aa7

4.9
Last change on this file since 2344aa7 was 2344aa7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/10/08 at 19:40:51

Remove freebsd6.*

  • 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 += freebsd7.0
11DIST_SUBDIRS += mingw32
12DIST_SUBDIRS += solaris2.7
13DIST_SUBDIRS += rtems4.9
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.