summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 05:07:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 05:07:17 +0000
commit98e6eb8ddd8d763c8fec054c2cf4aaf1bb7662da (patch)
tree67e391f5fe595be3bde47954977c1977b73d7f77 /scripts
parentAdded prototype for rtems_task_is_suspended at request of (diff)
downloadrtems-98e6eb8ddd8d763c8fec054c2cf4aaf1bb7662da.tar.bz2
Shipping this all to Ralf.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildall.in10
-rw-r--r--scripts/rtems/Makefile.am3
2 files changed, 7 insertions, 6 deletions
diff --git a/scripts/buildall.in b/scripts/buildall.in
index 549f4313a9..5e5d741f23 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -4,7 +4,7 @@
#
RTEMS_DIR=`dirname $0`
-CFG=user.cfg
+CFG=./user.cfg
dst=@RPM_SPECSdir@
usage()
@@ -53,7 +53,7 @@ if [ "X${TARGETS}" = "X" ] ; then
powerpc-rtems sh-rtems sh-rtemself sparc-rtems"
fi
-. ./$CFG
+. $CFG
binutils=${binutils_version}
gcc=${gcc_version}
@@ -89,10 +89,11 @@ if [ ${installed_count} -ne 0 ] ; then
exit 1
fi
-echo Generating specs files.
+echo Copying specs files.
if [ ${testing} = no ] ; then
cd ${RTEMS_DIR}
- ./configure || exit 1
+
+ # ./configure || exit 1
make || exit 1
# Now generate all the specs
@@ -101,7 +102,6 @@ if [ ${testing} = no ] ; then
tspecs=`find . -name "${target}*"`
${ECHO} cp -r ${tspecs} ${dst}
done
- ${ECHO} make distclean
fi
# clean up a bit before we start
diff --git a/scripts/rtems/Makefile.am b/scripts/rtems/Makefile.am
index 9b8c541144..53239483a6 100644
--- a/scripts/rtems/Makefile.am
+++ b/scripts/rtems/Makefile.am
@@ -1,6 +1,7 @@
AUTOMAKE_OPTIONS = foreign
-MKBSPSPEC = $(SHELL) $(top_srcdir)/mkbspspec
+# MKBSPSPEC = $(SHELL) $(top_srcdir)/mkbspspec
+MKBSPSPEC = @echo $(top_srcdir)/mkbspspec
MKBSPSPEC_DEPS = ../mkbspspec rtems.spec.in ../setup.cache