2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* gdb/gdb.add: Remove header, broken cdn-X configuration,
	%clean, Replace @exe_ext@ with %{_exeext}.
	* gdb/mkspec.in: Remove exe_ext.
	* gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
	* gdb/Makefile.am: Use $(top_builddir)/common/common.add,
	$(top_builddir)/common/clean.add, header.add.
	* gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
	* cpukit/mkspec.in: Remove exe_ext.
	* binutils/Makefile.am: Use $(top_builddir)/common/common.add,
	$(top_builddir)/common/clean.add, header.add.
This commit is contained in:
Ralf Corsepius
2003-01-31 05:32:20 +00:00
parent 491b8b2e7a
commit 9c8ee7b2bd
8 changed files with 30 additions and 32 deletions
-2
View File
@@ -6,7 +6,6 @@ RPM_VERSION=`echo ${RTEMS_VERSION} | tr - _`
CFG=../setup.cache
dst=@RPM_SPECSdir@
exe_ext=@EXEEXT@
usage()
{
@@ -52,5 +51,4 @@ sed -e "s%@Release\@%${rtems_rpm_release}%g" \
-e "s%@rpm_version\@%${RPM_VERSION}%g" \
-e "s,@rpm_build_root\@,${rpm_build_root},g" \
-e "s%@target_alias\@%${target_alias}%g" \
-e "s%@exe_ext\@%${exe_ext}%g" \
< ${RTEMS_DIR}/cpukit/rtems-cpukit.spec.in