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

4.9
Last change on this file since e4bfb0b8 was e4bfb0b8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/05/08 at 16:28:29

Abandon freebsd7.0

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