Changeset 446a7486 in rtems
- Timestamp:
- Aug 28, 2003, 11:43:10 PM (17 years ago)
- Children:
- 4c7ece5b
- Parents:
- cb625dba
- Location:
- scripts
- Files:
-
- 1 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
rcb625dba r446a7486 1 2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * common/commom.am: New. 4 * Makefile.am: Remove TEMPLATES. 5 Put setup.cache into CONFIG_STATUS_DEPENDENCIES instead of 6 CONFIGURE_DEPENDENCIES. 7 * configure.ac: Remove AC_PREFIX_DEFAULT. 8 * binutils/Makefile.am: include common.am. 9 * common/common.add.in: Use rtems.com gnats. 10 * cpukit/Makefile.am: include common.am. 11 * gcc3newlib/Makefile.am: include common.am. 12 * gccnewlib/Makefile.am: include common.am. 13 * gdb/Makefile.am: include common.am. 14 * rtems/Makefile.am: include common.am. 15 * rtemsdoc/Makefile.am: include common.am. 16 1 17 2003-08-28 Joel Sherrill <joel@OARcorp.com> 2 18 -
scripts/Makefile.am
rcb625dba r446a7486 11 11 mkgccnewlibspec mkrpms mkspec 12 12 13 TEMPLATES = 14 15 noinst_DATA = setup.def $(TEMPLATES) 13 noinst_DATA = setup.def 16 14 17 15 EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS) 18 16 19 CONFIG URE_DEPENDENCIES = setup.cache17 CONFIG_STATUS_DEPENDENCIES = setup.cache 20 18 setup.cache: setup.def 21 19 cp setup.def $@ -
scripts/binutils/Makefile.am
rcb625dba r446a7486 3 3 ## 4 4 5 include $(top_srcdir)/common/common.am 5 6 6 7 MKBINUTILSSPEC = $(SHELL) ./mkspec -
scripts/common/common.add.in
rcb625dba r446a7486 1 1 # 2 2 # Please send bugfixes or comments to 3 # http://www. oarcorp.com/cgi-bin/gnatweb.pl3 # http://www.rtems.com/cgi-bin/gnatweb.pl 4 4 # or mailto:@PACKAGE_BUGREPORT@ 5 5 # -
scripts/configure.ac
rcb625dba r446a7486 5 5 AC_CONFIG_SRCDIR([binutils]) 6 6 RTEMS_TOP([..]) 7 AC_PREFIX_DEFAULT([/opt/rtems]) 7 8 8 AM_INIT_AUTOMAKE([no-define foreign 1.7.2]) 9 9 -
scripts/cpukit/Makefile.am
rcb625dba r446a7486 3 3 ## 4 4 5 include $(top_srcdir)/common/common.am 5 6 6 7 MKSPEC = $(SHELL) ./mkspec -
scripts/gcc3newlib/Makefile.am
rcb625dba r446a7486 2 2 ## $Id$ 3 3 ## 4 5 include $(top_srcdir)/common/common.am 4 6 5 7 MKSPEC = $(SHELL) ./mkspec -
scripts/gccnewlib/Makefile.am
rcb625dba r446a7486 3 3 ## 4 4 5 include $(top_srcdir)/common/common.am 5 6 6 7 MKGCCNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgccnewlibspec -
scripts/gdb/Makefile.am
rcb625dba r446a7486 2 2 ## $Id$ 3 3 ## 4 5 include $(top_srcdir)/common/common.am 4 6 5 7 MKSPEC = $(SHELL) ./mkspec -
scripts/rtems/Makefile.am
rcb625dba r446a7486 3 3 ## 4 4 5 include $(top_srcdir)/common/common.am 5 6 6 7 MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec -
scripts/rtemsdoc/Makefile.am
rcb625dba r446a7486 2 2 ## $Id$ 3 3 ## 4 5 include ${top_srcdir}/common/common.am 4 6 5 7 CLEANFILES =
Note: See TracChangeset
for help on using the changeset viewer.