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

4.104.114.84.95
Last change on this file since e8ba788 was e8ba788, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/06 at 04:36:14

Add install-patches.

  • Property mode set to 100644
File size: 451 bytes
Line 
1##
2## $Id$
3##
4
5EXTRA_DIST =
6
7SUBDIRS = @TARGET_SUBDIRS@
8
9DIST_SUBDIRS  = cygwin
10DIST_SUBDIRS += freebsd5.2
11DIST_SUBDIRS += freebsd6.0
12DIST_SUBDIRS += freebsd6.1
13DIST_SUBDIRS += mingw32
14DIST_SUBDIRS += solaris2.7
15DIST_SUBDIRS += rtems4.7
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          $(INSTALL_DATA) $$f $$rpmsourcedir; \
24        done
Note: See TracBrowser for help on using the repository browser.