Ralf Corsepius (corsepiu@faw.uni-ulm.de) submitted these scripts to

help build RPMs.
This commit is contained in:
Joel Sherrill
1999-10-15 14:11:02 +00:00
parent de0711ecbe
commit 18408afbc7
7 changed files with 399 additions and 0 deletions
Executable
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
#
RTEMS_DIR=`dirname $0`
RTEMS_VERSION=`grep Version ${RTEMS_DIR}/../VERSION | \
sed -e 's%RTEMS[ ]*Version[ ]*\(.*\)[ ]*%\1%g'`
bsp=$1
target_alias=$2
release=0
${RTEMS_DIR}/scripts/mkbspspec $bsp $target_alias
${RTEMS_DIR}/scripts/mktoolspec $target_alias