2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* common/commom.am: New.
	* Makefile.am: Remove TEMPLATES.
	Put setup.cache into CONFIG_STATUS_DEPENDENCIES instead of
	CONFIGURE_DEPENDENCIES.
	* configure.ac: Remove AC_PREFIX_DEFAULT.
	* binutils/Makefile.am: include common.am.
	* common/common.add.in: Use rtems.com gnats.
	* cpukit/Makefile.am: include common.am.
	* gcc3newlib/Makefile.am: include common.am.
	* gccnewlib/Makefile.am: include common.am.
	* gdb/Makefile.am: include common.am.
	* rtems/Makefile.am: include common.am.
	* rtemsdoc/Makefile.am: include common.am.
This commit is contained in:
Ralf Corsepius
2003-08-28 23:43:10 +00:00
parent cb625dbacd
commit 446a7486b9
12 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* common/commom.am: New.
* Makefile.am: Remove TEMPLATES.
Put setup.cache into CONFIG_STATUS_DEPENDENCIES instead of
CONFIGURE_DEPENDENCIES.
* configure.ac: Remove AC_PREFIX_DEFAULT.
* binutils/Makefile.am: include common.am.
* common/common.add.in: Use rtems.com gnats.
* cpukit/Makefile.am: include common.am.
* gcc3newlib/Makefile.am: include common.am.
* gccnewlib/Makefile.am: include common.am.
* gdb/Makefile.am: include common.am.
* rtems/Makefile.am: include common.am.
* rtemsdoc/Makefile.am: include common.am.
2003-08-28 Joel Sherrill <joel@OARcorp.com>
* setup.def: Recovery effort.

View File

@@ -10,13 +10,11 @@ SUBDIRS += rtemsdoc
noinst_SCRIPTS = setup buildall buildalltar mkbspspec \
mkgccnewlibspec mkrpms mkspec
TEMPLATES =
noinst_DATA = setup.def $(TEMPLATES)
noinst_DATA = setup.def
EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
CONFIGURE_DEPENDENCIES = setup.cache
CONFIG_STATUS_DEPENDENCIES = setup.cache
setup.cache: setup.def
cp setup.def $@

View File

@@ -2,6 +2,7 @@
## $Id$
##
include $(top_srcdir)/common/common.am
MKBINUTILSSPEC = $(SHELL) ./mkspec

View File

@@ -1,6 +1,6 @@
#
# Please send bugfixes or comments to
# http://www.oarcorp.com/cgi-bin/gnatweb.pl
# http://www.rtems.com/cgi-bin/gnatweb.pl
# or mailto:@PACKAGE_BUGREPORT@
#

4
scripts/common/common.am Normal file
View File

@@ -0,0 +1,4 @@
$(top_builddir)/common/common.add: $(top_builddir)/config.status $(top_srcdir)/common/common.add.in
cd $(top_builddir) && $(SHELL) ./config.status common/common.add
$(top_builddir)/common/clean.add: $(top_builddir)/config.status $(top_srcdir)/common/clean.add.in
cd $(top_builddir) && $(SHELL) ./config.status common/clean.add

View File

@@ -4,7 +4,7 @@ AC_PREREQ(2.57)
AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([binutils])
RTEMS_TOP([..])
AC_PREFIX_DEFAULT([/opt/rtems])
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
AC_CANONICAL_HOST

View File

@@ -2,6 +2,7 @@
## $Id$
##
include $(top_srcdir)/common/common.am
MKSPEC = $(SHELL) ./mkspec

View File

@@ -2,6 +2,8 @@
## $Id$
##
include $(top_srcdir)/common/common.am
MKSPEC = $(SHELL) ./mkspec
SUBPACKAGES = header.add

View File

@@ -2,6 +2,7 @@
## $Id$
##
include $(top_srcdir)/common/common.am
MKGCCNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgccnewlibspec

View File

@@ -2,6 +2,8 @@
## $Id$
##
include $(top_srcdir)/common/common.am
MKSPEC = $(SHELL) ./mkspec
SUBPACKAGES = header.add

View File

@@ -2,6 +2,7 @@
## $Id$
##
include $(top_srcdir)/common/common.am
MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec

View File

@@ -2,6 +2,8 @@
## $Id$
##
include ${top_srcdir}/common/common.am
CLEANFILES =
MKSPEC = $(SHELL) ./mkspec