2005-05-02 Ralf Corsepius <ralf.corsepius@rtems.org>

* 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.
This commit is contained in:
Ralf Corsepius
2005-05-02 07:27:53 +00:00
parent f6d780f8ba
commit a297f20d75
2 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2005-05-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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 <ralf.corsepius@rtems.org>
* gccnewlib/gccnewlib.add: Don't build mips-gcj. Further gnat

View File

@@ -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