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

4.9
Last change on this file since feb6eb60 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
RevLine 
[4b86195e]1##
2## $Id$
3##
4
[93a6098]5EXTRA_DIST =
6
[1d17363]7SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@
[4b86195e]8
[feb6eb60]9DIST_SUBDIRS  =
[4b86195e]10DIST_SUBDIRS += mingw32
[1f60e1c]11DIST_SUBDIRS += rtems4.9
[93a6098]12
[9b966c30]13DIST_SUBDIRS += autotools
14
[c57fb63e]15EXTRA_DIST += specstrip
[7fa51bb]16EXTRA_DIST += $(srcdir)/patches/*.diff
[e8ba788]17
18install-patches:
[0c8a556]19        @rpmsourcedir=`rpm --eval '%_sourcedir'`; \
[e8ba788]20        for f in $(srcdir)/patches/*.diff; do \
[0c8a556]21          echo "$(INSTALL_DATA) $$f $$rpmsourcedir"; \
[e8ba788]22          $(INSTALL_DATA) $$f $$rpmsourcedir; \
23        done
Note: See TracBrowser for help on using the repository browser.