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
RevLine 
[4b86195e]1##
2## $Id$
3##
4
[93a6098]5EXTRA_DIST =
6
[1d17363]7SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@
[4b86195e]8
9DIST_SUBDIRS  = cygwin
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.