summaryrefslogtreecommitdiffstats
path: root/scripts/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-31 05:32:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-31 05:32:20 +0000
commit9c8ee7b2bdb94d4a5288203a448f685c700d50f0 (patch)
treef0afbe3cf6a309ed7fd8184bb02f2191f84a3bb7 /scripts/cpukit
parent2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9c8ee7b2bdb94d4a5288203a448f685c700d50f0.tar.bz2
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.
Diffstat (limited to 'scripts/cpukit')
-rw-r--r--scripts/cpukit/mkspec.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/cpukit/mkspec.in b/scripts/cpukit/mkspec.in
index 01add5830e..9d43ebf503 100644
--- a/scripts/cpukit/mkspec.in
+++ b/scripts/cpukit/mkspec.in
@@ -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