Changeset 6e813710 in rtems


Ignore:
Timestamp:
09/23/09 03:29:15 (14 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.9
Children:
209fadea
Parents:
62af225
Message:

Sync with rtems-4.10.

Location:
contrib/repo-conf
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • contrib/repo-conf/.cvsignore

    r62af225 r6e813710  
    1010*.spec
    1111*.tar.bz2
     12*.tar.xz
  • contrib/repo-conf/Makefile.am

    r62af225 r6e813710  
    3939gpg/gpg-pubkey-69ce4a83-44cc2b30-@OS_SUBDIR@-@OS_VERS@: gpg/gpg-pubkey-69ce4a83-44cc2b30
    4040        @$(mkdir_p) gpg
    41         sed -e 's,[@]OS_SUBDIR[@],@OS_SUBDIR@,' \
    42           -e 's,[@]OS_VERS[@],@OS_VERS@,' \
    43           < $(srcdir)/gpg/gpg-pubkey-69ce4a83-44cc2b30 \
     41        cat $(srcdir)/gpg/gpg-pubkey-69ce4a83-44cc2b30 \
    4442          > gpg/gpg-pubkey-69ce4a83-44cc2b30-@OS_SUBDIR@-@OS_VERS@
    4543CLEANFILES += gpg/gpg-pubkey-69ce4a83-44cc2b30-@OS_SUBDIR@-@OS_VERS@
     
    4947gpg/gpg-pubkey-eac29b6f-3fe1f458-@OS_SUBDIR@-@OS_VERS@: gpg/gpg-pubkey-eac29b6f-3fe1f458
    5048        @$(mkdir_p) gpg
    51         sed -e 's,[@]OS_SUBDIR[@],@OS_SUBDIR@,' \
    52           -e 's,[@]OS_VERS[@],@OS_VERS@,' \
    53           < $(srcdir)/gpg/gpg-pubkey-eac29b6f-3fe1f458 \
     49        cat $(srcdir)/gpg/gpg-pubkey-eac29b6f-3fe1f458 \
    5450          > gpg/gpg-pubkey-eac29b6f-3fe1f458-@OS_SUBDIR@-@OS_VERS@
    5551CLEANFILES += gpg/gpg-pubkey-eac29b6f-3fe1f458-@OS_SUBDIR@-@OS_VERS@
     
    6763
    6864noinst_HEADERS = rtems-@RTEMS_API@-repo-conf.spec
    69 rtems-@RTEMS_API@-repo-conf.spec: rtems-repo-conf.spec.in configure.ac
     65rtems-@RTEMS_API@-repo-conf.spec: rtems-repo-conf.spec.in config.status
    7066        ./config.status --file=rtems-@RTEMS_API@-repo-conf.spec:rtems-repo-conf.spec.in
    7167EXTRA_DIST += rtems-repo-conf.spec.in
  • contrib/repo-conf/configure.ac

    r62af225 r6e813710  
    3232  apt_verdir="5"
    3333  ;;
    34 suse-* )
     34suse-*)
    3535  os_name="openSUSE"
    3636  os_subdir="suse"
Note: See TracChangeset for help on using the changeset viewer.