From 43e7d103a0aa620f5f75c4ccac2f5b6c3d3f9433 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Oct 1999 15:59:54 +0000 Subject: 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. --- scripts/mkgdbspec.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scripts/mkgdbspec.in') diff --git a/scripts/mkgdbspec.in b/scripts/mkgdbspec.in index 0b4cfbdfd0..c86537528d 100644 --- a/scripts/mkgdbspec.in +++ b/scripts/mkgdbspec.in @@ -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] " echo " options:" - echo " -cfg " + echo " -cfg " echo " -o " exit 1 ; } -- cgit v1.2.3