forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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 $@
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/common/common.am
|
||||
|
||||
MKBINUTILSSPEC = $(SHELL) ./mkspec
|
||||
|
||||
|
||||
@@ -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
4
scripts/common/common.am
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/common/common.am
|
||||
|
||||
MKSPEC = $(SHELL) ./mkspec
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/common/common.am
|
||||
|
||||
MKSPEC = $(SHELL) ./mkspec
|
||||
|
||||
SUBPACKAGES = header.add
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/common/common.am
|
||||
|
||||
MKGCCNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgccnewlibspec
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/common/common.am
|
||||
|
||||
MKSPEC = $(SHELL) ./mkspec
|
||||
|
||||
SUBPACKAGES = header.add
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/common/common.am
|
||||
|
||||
MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include ${top_srcdir}/common/common.am
|
||||
|
||||
CLEANFILES =
|
||||
|
||||
MKSPEC = $(SHELL) ./mkspec
|
||||
|
||||
Reference in New Issue
Block a user