source: rtems/contrib/crossrpms/Makefile.am @ 38433f5

4.9
Last change on this file since 38433f5 was feb6eb60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/23/09 at 09:00:39

Abandon cygwin.

  • Property mode set to 100644
File size: 427 bytes
Line 
1##
2## $Id$
3##
4
5EXTRA_DIST =
6
7SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@
8
9DIST_SUBDIRS  =
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.