source: rtems/contrib/crossrpms/freebsd6.1/binutils.am @ 35db46f

4.104.114.84.95
Last change on this file since 35db46f was 35db46f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/04/07 at 13:43:21

Add BINUTILS_OPTS

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[394555c]1EXTRA_DIST += binutils-sources.add
2
[35db46f]3BINUTILS_OPTS =
4
[394555c]5BINUTILS_SUBPACKAGES = $(top_srcdir)/common/common.add
6BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/binutils.add
7BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/prep.add
8BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/build.add
9BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/install.add
10BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/rpm-install.add
11BINUTILS_SUBPACKAGES += $(top_srcdir)/common/clean.add
12BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/target-binutils.add
13BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/base-binutils.add
14
15$(TARGET)-binutils.spec.in: $(BINUTILS_SUBPACKAGES) Makefile.am $(srcdir)/binutils-sources.add
16        cat $(BINUTILS_SUBPACKAGES) | sed \
17          -e "/[@]SOURCES[@]/r $(srcdir)/binutils-sources.add" \
18          -e "/[@]SOURCES[@]/d" \
19          -e "s/[@]BINUTILS_VERS[@]/$(BINUTILS_VERS)/g" \
20          -e "s/[@]BINUTILS_RPMREL[@]/$(BINUTILS_RPMREL)/g" \
21          > $(TARGET)-binutils.spec.in
22CLEANFILES += $(TARGET)-binutils.spec.in
23
24@rpmprefix@$(TARGET)-binutils.spec: $(TARGET)-binutils.spec.in
[35db46f]25        $(MKSPEC) $(TARGET)-binutils.spec.in | $(SPECSTRIP) $(BINUTILS_OPTS) > $@
[394555c]26CLEANFILES += @rpmprefix@$(TARGET)-binutils.spec
27noinst_DATA += @rpmprefix@$(TARGET)-binutils.spec
28
29EXTRA_DIST += $(BINUTILS_SUBPACKAGES)
Note: See TracBrowser for help on using the repository browser.