forked from Imagelibrary/rtems
Rename *.spec into @rpmprefix@*.spec.
This commit is contained in:
@@ -23,6 +23,7 @@ noinst_DATA += rtems/rtems-source.spec
|
|||||||
rtems/rtems-source.spec: $(rtems_source_spec_DEPS)
|
rtems/rtems-source.spec: $(rtems_source_spec_DEPS)
|
||||||
cat $(rtems_source_spec_DEPS) | sed \
|
cat $(rtems_source_spec_DEPS) | sed \
|
||||||
-e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \
|
-e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \
|
||||||
|
-e 's,[@]rpmprefix[@],$(rpmprefix),g' \
|
||||||
-e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@
|
-e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@
|
||||||
|
|
||||||
CLEANFILES = rtems/rtems-source.spec
|
CLEANFILES = rtems/rtems-source.spec
|
||||||
|
|||||||
@@ -7,18 +7,18 @@ include $(top_srcdir)/common/common.am
|
|||||||
automake-rtems.spec.in: header.add $(top_builddir)/common/common.add automake.add
|
automake-rtems.spec.in: header.add $(top_builddir)/common/common.add automake.add
|
||||||
cat $^ > $@
|
cat $^ > $@
|
||||||
CLEANFILES = automake-rtems.spec.in
|
CLEANFILES = automake-rtems.spec.in
|
||||||
RPM_SPECS_DATA = automake-rtems.spec
|
RPM_SPECS_DATA = @rpmprefix@automake-rtems.spec
|
||||||
|
|
||||||
autoconf-rtems.spec.in: header.add $(top_builddir)/common/common.add autoconf.add
|
autoconf-rtems.spec.in: header.add $(top_builddir)/common/common.add autoconf.add
|
||||||
cat $^ > $@
|
cat $^ > $@
|
||||||
CLEANFILES += autoconf-rtems.spec.in
|
CLEANFILES += autoconf-rtems.spec.in
|
||||||
RPM_SPECS_DATA += autoconf-rtems.spec
|
RPM_SPECS_DATA += @rpmprefix@autoconf-rtems.spec
|
||||||
|
|
||||||
autoconf-rtems.spec: autoconf-rtems.spec.in
|
@rpmprefix@autoconf-rtems.spec: autoconf-rtems.spec.in
|
||||||
$(top_builddir)/config.status --file=autoconf-rtems.spec
|
$(top_builddir)/config.status --file=@rpmprefix@autoconf-rtems.spec:autoconf-rtems.spec.in
|
||||||
|
|
||||||
automake-rtems.spec: automake-rtems.spec.in
|
@rpmprefix@automake-rtems.spec: automake-rtems.spec.in
|
||||||
$(top_builddir)/config.status --file=automake-rtems.spec
|
$(top_builddir)/config.status --file=@rpmprefix@automake-rtems.spec:automake-rtems.spec.in
|
||||||
|
|
||||||
CLEANFILES += $(RPM_SPECS_DATA)
|
CLEANFILES += $(RPM_SPECS_DATA)
|
||||||
|
|
||||||
|
|||||||
@@ -19,53 +19,53 @@ RPM_SPECS_DATA =
|
|||||||
|
|
||||||
MKBINUTILSSPEC_DEPS = mkspec binutils.spec.in $(top_builddir)/setup.cache
|
MKBINUTILSSPEC_DEPS = mkspec binutils.spec.in $(top_builddir)/setup.cache
|
||||||
|
|
||||||
arm-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@arm-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += arm-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@arm-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
h8300-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@h8300-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += h8300-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@h8300-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
i386-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@i386-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += i386-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@i386-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
m68k-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@m68k-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += m68k-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@m68k-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
mips-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@mips-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += mips-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@mips-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
mips64-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@mips64-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += mips64-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@mips64-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
powerpc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@powerpc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += powerpc-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@powerpc-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
sh-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@sh-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sh-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
sh-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@sh-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sh-rtemscoff@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sparc-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sparc-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
tic4x-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@tic4x-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += tic4x-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@tic4x-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
avr-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
@rpmprefix@avr-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += avr-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@avr-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
CLEANFILES += $(RPM_SPECS_DATA)
|
CLEANFILES += $(RPM_SPECS_DATA)
|
||||||
|
|
||||||
|
|||||||
@@ -18,37 +18,37 @@ rtems-cpukit.spec.in: $(SUBPACKAGES)
|
|||||||
cat $^ > $@
|
cat $^ > $@
|
||||||
CLEANFILES = rtems-cpukit.spec.in
|
CLEANFILES = rtems-cpukit.spec.in
|
||||||
|
|
||||||
h8300-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
@rpmprefix@h8300-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA = h8300-rtems@osversion@-cpukit.spec
|
RPM_SPECS_DATA = @rpmprefix@h8300-rtems@osversion@-cpukit.spec
|
||||||
|
|
||||||
i386-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
@rpmprefix@i386-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += i386-rtems@osversion@-cpukit.spec
|
RPM_SPECS_DATA += @rpmprefix@i386-rtems@osversion@-cpukit.spec
|
||||||
|
|
||||||
m68k-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
@rpmprefix@m68k-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += m68k-rtems@osversion@-cpukit.spec
|
RPM_SPECS_DATA += @rpmprefix@m68k-rtems@osversion@-cpukit.spec
|
||||||
|
|
||||||
mips-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
@rpmprefix@mips-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += mips-rtems@osversion@-cpukit.spec
|
RPM_SPECS_DATA += @rpmprefix@mips-rtems@osversion@-cpukit.spec
|
||||||
|
|
||||||
powerpc-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
@rpmprefix@powerpc-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += powerpc-rtems@osversion@-cpukit.spec
|
RPM_SPECS_DATA += @rpmprefix@powerpc-rtems@osversion@-cpukit.spec
|
||||||
|
|
||||||
sh-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
@rpmprefix@sh-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sh-rtems@osversion@-cpukit.spec
|
RPM_SPECS_DATA += @rpmprefix@sh-rtems@osversion@-cpukit.spec
|
||||||
|
|
||||||
sparc-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
@rpmprefix@sparc-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sparc-rtems@osversion@-cpukit.spec
|
RPM_SPECS_DATA += @rpmprefix@sparc-rtems@osversion@-cpukit.spec
|
||||||
|
|
||||||
tic4x-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
@rpmprefix@tic4x-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . tic4x-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . tic4x-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += tic4x-rtems@osversion@-cpukit.spec
|
RPM_SPECS_DATA += @rpmprefix@tic4x-rtems@osversion@-cpukit.spec
|
||||||
|
|
||||||
EXTRA_DIST = $(SUBPACKAGES)
|
EXTRA_DIST = $(SUBPACKAGES)
|
||||||
|
|
||||||
|
|||||||
@@ -29,53 +29,53 @@ MKGCCNEWLIBSPEC_DEPS = mkspec gccnewlib.spec.in $(top_builddir)/setup.cache
|
|||||||
|
|
||||||
RPM_SPECS_DATA =
|
RPM_SPECS_DATA =
|
||||||
|
|
||||||
arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
avr-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@avr-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += avr-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@avr-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
@rpmprefix@tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec
|
||||||
|
|
||||||
CLEANFILES += $(RPM_SPECS_DATA)
|
CLEANFILES += $(RPM_SPECS_DATA)
|
||||||
|
|
||||||
|
|||||||
@@ -23,58 +23,58 @@ MKGDBSPEC_DEPS = mkspec gdb.spec.in $(top_builddir)/setup.cache
|
|||||||
|
|
||||||
RPM_SPECS_DATA =
|
RPM_SPECS_DATA =
|
||||||
|
|
||||||
arm-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@arm-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += arm-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@arm-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
avr-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@avr-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += avr-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@avr-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
h8300-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@h8300-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += h8300-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@h8300-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
i386-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@i386-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += i386-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@i386-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
m68k-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@m68k-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += m68k-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@m68k-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
mips-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@mips-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += mips-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@mips-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
mips64-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@mips64-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += mips64-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@mips64-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
mipstx39-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@mipstx39-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += mipstx39-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@mipstx39-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
powerpc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@powerpc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@powerpc-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
sh-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@sh-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sh-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sh-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
sh-rtemscoff@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@sh-rtemscoff@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sh-rtemscoff@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
sparc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
@rpmprefix@sparc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sparc-rtems@osversion@-$(GDBVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sparc-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
# does not build with 5.2
|
# does not build with 5.2
|
||||||
# tic4x-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
# @rpmprefix@tic4x-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
# $(MKSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
|
# $(MKSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
|
||||||
# RPM_SPECS_DATA += tic4x-rtems@osversion@-$(GDBVERS).spec
|
# RPM_SPECS_DATA += @rpmprefix@tic4x-rtems@osversion@-$(GDBVERS).spec
|
||||||
|
|
||||||
CLEANFILES += $(RPM_SPECS_DATA)
|
CLEANFILES += $(RPM_SPECS_DATA)
|
||||||
|
|
||||||
|
|||||||
@@ -15,32 +15,33 @@ noinst_DATA = rtems.spec.in
|
|||||||
rtems.spec.in: $(SUBPACKAGES)
|
rtems.spec.in: $(SUBPACKAGES)
|
||||||
cat $^ > $@
|
cat $^ > $@
|
||||||
CLEANFILES = rtems.spec.in
|
CLEANFILES = rtems.spec.in
|
||||||
RPM_SPECS_DATA =
|
|
||||||
|
|
||||||
MKBSPSPEC = $(SHELL) ./mkspec
|
MKBSPSPEC = $(SHELL) ./mkspec
|
||||||
|
|
||||||
MKBSPSPEC_DEPS = $(top_builddir)/mkspec rtems.spec.in \
|
MKBSPSPEC_DEPS = $(top_builddir)/mkspec rtems.spec.in \
|
||||||
$(top_builddir)/setup.cache
|
$(top_builddir)/setup.cache
|
||||||
|
|
||||||
i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
RPM_SPECS_DATA =
|
||||||
|
|
||||||
|
@rpmprefix@i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems@osversion@ pc386
|
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems@osversion@ pc386
|
||||||
RPM_SPECS_DATA += i386-rtems-pc386-$(BSPVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@i386-rtems-pc386-$(BSPVERS).spec
|
||||||
|
|
||||||
m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
@rpmprefix@m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems@osversion@ gen68360
|
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems@osversion@ gen68360
|
||||||
RPM_SPECS_DATA += m68k-rtems-gen68360-$(BSPVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@m68k-rtems-gen68360-$(BSPVERS).spec
|
||||||
|
|
||||||
powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
@rpmprefix@powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems@osversion@ mcp750
|
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems@osversion@ mcp750
|
||||||
RPM_SPECS_DATA += powerpc-rtems-mcp750-$(BSPVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@powerpc-rtems-mcp750-$(BSPVERS).spec
|
||||||
|
|
||||||
sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
@rpmprefix@sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems@osversion@ gensh1
|
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems@osversion@ gensh1
|
||||||
RPM_SPECS_DATA += sh-rtems-gensh1-$(BSPVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sh-rtems-gensh1-$(BSPVERS).spec
|
||||||
|
|
||||||
sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
@rpmprefix@sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems@osversion@ erc32
|
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems@osversion@ erc32
|
||||||
RPM_SPECS_DATA += sparc-rtems-erc32-$(BSPVERS).spec
|
RPM_SPECS_DATA += @rpmprefix@sparc-rtems-erc32-$(BSPVERS).spec
|
||||||
|
|
||||||
CLEANFILES += $(RPM_SPECS_DATA)
|
CLEANFILES += $(RPM_SPECS_DATA)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user