Changeset b17dd93 in rtems


Ignore:
Timestamp:
04/20/05 07:14:16 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d8fa12c
Parents:
d5fe91e
Message:

2005-04-20 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: chmod +x rtems/mkspec.
  • binutils/binutils.add: Remove Prefix. Use mkdir -p.
  • cpukit/rtems-cpukit.add: Fix Source URL.
  • rtems/Makefile.am: Append @osversion@ to rules.
  • rtems/rtems.add: Fix Source URL. Misc cosmetics.
Location:
scripts
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    rd5fe91e rb17dd93  
     12005-04-20      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * configure.ac: chmod +x rtems/mkspec.
     4        * binutils/binutils.add: Remove Prefix.
     5        Use mkdir -p.
     6        * cpukit/rtems-cpukit.add: Fix Source URL.
     7        * rtems/Makefile.am: Append @osversion@ to rules.
     8        * rtems/rtems.add: Fix Source URL. Misc cosmetics.
     9
    1102005-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
    211
  • scripts/binutils/binutils.add

    rd5fe91e rb17dd93  
    1010
    1111Packager:       ralf.corsepius@rtems.org and joel@OARcorp.com
    12 Prefix:         %{_prefix}
    1312BuildPreReq:    /sbin/install-info
    1413BuildPreReq:    texinfo >= 4.2
     
    4544cd ..
    4645
    47   test -d build || mkdir build
     46  mkdir -p build
    4847
    4948%build
  • scripts/configure.ac

    rd5fe91e rb17dd93  
    9090AC_CONFIG_FILES([gccnewlib/mkspec],[chmod +x gccnewlib/mkspec])
    9191AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec])
    92 AC_CONFIG_FILES([rtems/mkspec],[chmod +x mkspec/mkspec])
     92AC_CONFIG_FILES([rtems/mkspec],[chmod +x rtems/mkspec])
    9393
    9494AC_CONFIG_COMMANDS([default],[[chmod 755 buildall
  • scripts/cpukit/rtems-cpukit.add

    rd5fe91e rb17dd93  
    2020Version:      %{rpmvers}
    2121Summary:      A free operating system for embedded systems
    22 Source:       rtems-%{rtems_version}.tar.bz2
     22Source:       ftp://ftp.rtems.org/pub/rtems/%{version}/rtems-%{rtems_version}.tar.bz2
    2323
    2424#
  • scripts/rtems/Makefile.am

    rd5fe91e rb17dd93  
    2424
    2525i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    26         $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386
     26        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems@osversion@ pc386
    2727RPM_SPECS_DATA += i386-rtems-pc386-$(BSPVERS).spec
    2828
    2929m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    30         $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
     30        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems@osversion@ gen68360
    3131RPM_SPECS_DATA += m68k-rtems-gen68360-$(BSPVERS).spec
    3232
    3333powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    34         $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
     34        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems@osversion@ mcp750
    3535RPM_SPECS_DATA += powerpc-rtems-mcp750-$(BSPVERS).spec
    3636
    3737sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    38         $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1
     38        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems@osversion@ gensh1
    3939RPM_SPECS_DATA += sh-rtems-gensh1-$(BSPVERS).spec
    4040
    4141sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
    42         $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32
     42        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems@osversion@ erc32
    4343RPM_SPECS_DATA += sparc-rtems-erc32-$(BSPVERS).spec
    4444
  • scripts/rtems/rtems.add

    rd5fe91e rb17dd93  
    1 Name:         rtems-@target_alias@-@bsp@
    2 Version:      @rtems_version@
    3 Summary:      A free operating system for embedded systems
    4 Source:       ftp://ftp.rtems.org/pub/rtems/rtems-%{version}.tar.bz2
     1Name:           rtems-@target_alias@-@bsp@
     2Summary:        A free operating system for embedded systems
     3Group:          %{rpmgroup}
     4Release:        @Release@
     5License:        Distributable
     6
     7Version:        @rtems_version@
     8Source:         ftp://ftp.rtems.org/pub/rtems/%{version}/rtems-%{version}.tar.bz2
    59
    610#
     
    1721# untar the sources inside rtems-@target_alias@-@bsp@-@rtems_version@
    1822%setup -c -T -n rtems-@target_alias@-@bsp@-@rtems_version@ -a0
    19 # no patch needed
    20 # %patch
    2123
    2224%build
Note: See TracChangeset for help on using the changeset viewer.