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/rtems/Makefile.am | 53 +++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 27 deletions(-) (limited to 'scripts/rtems') diff --git a/scripts/rtems/Makefile.am b/scripts/rtems/Makefile.am index 53239483a6..94ff330145 100644 --- a/scripts/rtems/Makefile.am +++ b/scripts/rtems/Makefile.am @@ -1,46 +1,45 @@ AUTOMAKE_OPTIONS = foreign -# MKBSPSPEC = $(SHELL) $(top_srcdir)/mkbspspec -MKBSPSPEC = @echo $(top_srcdir)/mkbspspec +MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec -MKBSPSPEC_DEPS = ../mkbspspec rtems.spec.in ../setup.cache +MKBSPSPEC_DEPS = $(top_builddir)/mkbspspec rtems.spec.in $(top_builddir)/setup.cache -i386-rtems-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) - $(MKBSPSPEC) -cfg ../setup.cache -o . i386-rtems +i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) + $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386 -sh-rtems-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) - $(MKBSPSPEC) -cfg ../setup.cache -o . sh-rtems +sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) + $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1 -powerpc-rtems-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) - $(MKBSPSPEC) -cfg ../setup.cache -o . powerpc-rtems +powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) + $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750 -sparc-rtems-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) - $(MKBSPSPEC) -cfg ../setup.cache -o . sparc-rtems +sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) + $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32 -m68k-rtems-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) - $(MKBSPSPEC) -cfg ../setup.cache -o . m68k-rtems +m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) + $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360 -mips64orion-rtems-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) - $(MKBSPSPEC) -cfg ../setup.cache -o . mips64orion-rtems +mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) + $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p4600 -i960-rtems-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) - $(MKBSPSPEC) -cfg ../setup.cache -o . i960-rtems +i960-rtems-cvme961-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) + $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems cvme961 -hppa1.1-rtems-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) - $(MKBSPSPEC) -cfg ../setup.cache -o . hppa1.1-rtems +hppa1.1-rtems-simhppa-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) + $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems simhppa TEMPLATES = \ rtems.spec.in RPM_SPECS_DATA = \ -i386-rtems-$(BSPVERS).spec \ -sh-rtems-$(BSPVERS).spec \ -powerpc-rtems-$(BSPVERS).spec \ -sparc-rtems-$(BSPVERS).spec \ -m68k-rtems-$(BSPVERS).spec \ -mips64orion-rtems-$(BSPVERS).spec \ -i960-rtems-$(BSPVERS).spec \ -hppa1.1-rtems-$(BSPVERS).spec +i386-rtems-pc386-$(BSPVERS).spec \ +sh-rtems-gensh1-$(BSPVERS).spec \ +powerpc-rtems-mcp750-$(BSPVERS).spec \ +sparc-rtems-erc32-$(BSPVERS).spec \ +m68k-rtems-gen68360-$(BSPVERS).spec \ +mips64orion-rtems-p4600-$(BSPVERS).spec \ +i960-rtems-cvme961-$(BSPVERS).spec \ +hppa1.1-rtems-simhppa-$(BSPVERS).spec noinst_DATA = \ $(TEMPLATES) -- cgit v1.2.3