forked from Imagelibrary/rtems
Cleanup
This commit is contained in:
@@ -24,23 +24,23 @@ MKBSPSPEC_DEPS = $(top_builddir)/mkspec rtems.spec.in \
|
||||
|
||||
i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386
|
||||
RPM_SPECS_DATA += i386-rtems-pc386-$(BSPVERS).spec
|
||||
|
||||
m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
|
||||
RPM_SPECS_DATA += i386-rtems-gen68360-$(BSPVERS).spec
|
||||
|
||||
powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
|
||||
RPM_SPECS_DATA += powerpc-rtems-mcp750-$(BSPVERS).spec
|
||||
|
||||
sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1
|
||||
RPM_SPECS_DATA += sh-rtems-gensh1-$(BSPVERS).spec
|
||||
|
||||
sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32
|
||||
|
||||
RPM_SPECS_DATA = i386-rtems-pc386-$(BSPVERS).spec \
|
||||
m68k-rtems-gen68360-$(BSPVERS).spec powerpc-rtems-mcp750-$(BSPVERS).spec \
|
||||
sh-rtems-gensh1-$(BSPVERS).spec \
|
||||
sparc-rtems-erc32-$(BSPVERS).spec
|
||||
RPM_SPECS_DATA += sparc-rtems-erc32-$(BSPVERS).spec
|
||||
|
||||
CLEANFILES += $(RPM_SPECS_DATA)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user