Changes from Ralf with script-19991021-0. He fixed the %files

issue and has mkbspspec in a better state.  user.cfg is now
gone.

There are some miscellaneous changes to buildall done by Joel
to clean up the build process.
This commit is contained in:
Joel Sherrill
1999-10-21 15:59:54 +00:00
parent 8f2cf93145
commit 43e7d103a0
19 changed files with 230 additions and 134 deletions

View File

@@ -3,15 +3,16 @@
# Usage: mkgdbspec CPU
#
RTEMS_DIR=`dirname $0`
CFG=user.cfg
RTEMS_DIR=`dirname $0`/@top_srcdir@
CFG=setup.cache
dst=@RPM_SPECSdir@
usage()
{
echo "$0 [options] <target_alias>"
echo " options:"
echo " -cfg <user.cfg>"
echo " -cfg <setup.cache>"
echo " -o <rpm-spec-dir>"
exit 1 ;
}