source: rtems/contrib/crossrpms/Makefile.am @ 7f2ee3a1

4.10
Last change on this file since 7f2ee3a1 was 849628c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/07/10 at 09:34:54

post-branchin cleanup.

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