Changeset f862fb0 in rtems


Ignore:
Timestamp:
04/13/05 17:07:02 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ea099a63
Parents:
96efa1fd
Message:

Cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/rtems/Makefile.am

    r96efa1fd rf862fb0  
    2525i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    2626        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386
     27RPM_SPECS_DATA += i386-rtems-pc386-$(BSPVERS).spec
    2728
    2829m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    2930        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
     31RPM_SPECS_DATA += i386-rtems-gen68360-$(BSPVERS).spec
    3032
    3133powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    3234        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
     35RPM_SPECS_DATA += powerpc-rtems-mcp750-$(BSPVERS).spec
    3336
    3437sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    3538        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1
     39RPM_SPECS_DATA += sh-rtems-gensh1-$(BSPVERS).spec
    3640
    3741sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    3842        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32
    39 
    40 RPM_SPECS_DATA = i386-rtems-pc386-$(BSPVERS).spec \
    41     m68k-rtems-gen68360-$(BSPVERS).spec powerpc-rtems-mcp750-$(BSPVERS).spec \
    42     sh-rtems-gensh1-$(BSPVERS).spec \
    43     sparc-rtems-erc32-$(BSPVERS).spec
     43RPM_SPECS_DATA += sparc-rtems-erc32-$(BSPVERS).spec
    4444
    4545CLEANFILES += $(RPM_SPECS_DATA)
Note: See TracChangeset for help on using the changeset viewer.