source: rtems/contrib/crossrpms/Makefile.am @ 4cf3275

4.8
Last change on this file since 4cf3275 was a967c73, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/17/08 at 15:07:46

Abandon freebsd6.1

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