summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-18 21:40:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-18 21:40:05 +0000
commitc5b8d6d332f227b865ef320c5b5beb26968dbebe (patch)
tree74ce621d7362af02387de5f74e2e0c931511ea96
parentWorking on being able to cut RPMs. It now appears that the process (diff)
downloadrtems-c5b8d6d332f227b865ef320c5b5beb26968dbebe.tar.bz2
Making sparc-rtems rpms available.
-rw-r--r--scripts/gccnewlib.spec.in1
-rw-r--r--scripts/mkbinutilspec2
-rw-r--r--scripts/mkgdbspec2
3 files changed, 3 insertions, 2 deletions
diff --git a/scripts/gccnewlib.spec.in b/scripts/gccnewlib.spec.in
index 6fb01d965f..8cf8f9ea0a 100644
--- a/scripts/gccnewlib.spec.in
+++ b/scripts/gccnewlib.spec.in
@@ -91,6 +91,7 @@ test -d build || mkdir build
%install
( cd build
make prefix=$RPM_BUILD_ROOT/opt/rtems install
+ cd @target_alias@/newlib
make prefix=$RPM_BUILD_ROOT/opt/rtems install-info
)
diff --git a/scripts/mkbinutilspec b/scripts/mkbinutilspec
index 54ec1c34ce..0849a15326 100644
--- a/scripts/mkbinutilspec
+++ b/scripts/mkbinutilspec
@@ -31,4 +31,4 @@ sed -e "s%@Version@%${RTEMS_VERSION}%g" \
< ${RTEMS_DIR}/binutils.spec.in \
> ${dst}/$target_alias-binutils.spec
-echo Generated ${dst}/rtems-$target_alias-binutils.spec.
+echo Generated ${dst}/$target_alias-binutils.spec.
diff --git a/scripts/mkgdbspec b/scripts/mkgdbspec
index 2d35d72b6e..796984a7d6 100644
--- a/scripts/mkgdbspec
+++ b/scripts/mkgdbspec
@@ -42,4 +42,4 @@ case ${target} in
*) ;;
esac >> ${dst}/$target_alias-gdb.spec
-echo Generated ${dst}/rtems-$target_alias-gdb.spec.
+echo Generated ${dst}/$target_alias-gdb.spec.