From a297f20d75882ce558591a611e496e4b8851bdc1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 2 May 2005 07:27:53 +0000 Subject: 2005-05-02 Ralf Corsepius * autotools/automake-rtems.spec.in, autotools/autoconf-rtems.spec.in: Remove. * autotools/automake.add, autotools/autoconf.add, autotools/header.add: New. * autotools/Makefile.am: Streamline specs generation with other tools. --- scripts/ChangeLog | 9 +++++++++ scripts/autotools/Makefile.am | 12 +++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 588001c7c8..eeece8e213 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,12 @@ +2005-05-02 Ralf Corsepius + + * autotools/automake-rtems.spec.in, autotools/autoconf-rtems.spec.in: + Remove. + * autotools/automake.add, autotools/autoconf.add, + autotools/header.add: New. + * autotools/Makefile.am: Streamline specs generation with other + tools. + 2005-04-29 Ralf Corsepius * gccnewlib/gccnewlib.add: Don't build mips-gcj. Further gnat diff --git a/scripts/autotools/Makefile.am b/scripts/autotools/Makefile.am index e6764afd31..ab1a139cb8 100644 --- a/scripts/autotools/Makefile.am +++ b/scripts/autotools/Makefile.am @@ -2,6 +2,16 @@ ## $Id$ ## -RPM_SPECS_DATA = autoconf-rtems.spec automake-rtems.spec +include $(top_srcdir)/common/common.am + +automake-rtems.spec.in: header.add $(top_builddir)/common/common.add automake.add + cat $^ > $@ +CLEANFILES = automake-rtems.spec.in +RPM_SPECS_DATA = automake-rtems.spec + +autoconf-rtems.spec.in: header.add $(top_builddir)/common/common.add autoconf.add + cat $^ > $@ +CLEANFILES += autoconf-rtems.spec.in +RPM_SPECS_DATA += autoconf-rtems.spec include $(top_srcdir)/../automake/local.am -- cgit v1.2.3