Changeset 6e813710 in rtems
- Timestamp:
- 09/23/09 03:29:15 (14 years ago)
- Branches:
- 4.9
- Children:
- 209fadea
- Parents:
- 62af225
- Location:
- contrib/repo-conf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/repo-conf/.cvsignore
r62af225 r6e813710 10 10 *.spec 11 11 *.tar.bz2 12 *.tar.xz -
contrib/repo-conf/Makefile.am
r62af225 r6e813710 39 39 gpg/gpg-pubkey-69ce4a83-44cc2b30-@OS_SUBDIR@-@OS_VERS@: gpg/gpg-pubkey-69ce4a83-44cc2b30 40 40 @$(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 \ 44 42 > gpg/gpg-pubkey-69ce4a83-44cc2b30-@OS_SUBDIR@-@OS_VERS@ 45 43 CLEANFILES += gpg/gpg-pubkey-69ce4a83-44cc2b30-@OS_SUBDIR@-@OS_VERS@ … … 49 47 gpg/gpg-pubkey-eac29b6f-3fe1f458-@OS_SUBDIR@-@OS_VERS@: gpg/gpg-pubkey-eac29b6f-3fe1f458 50 48 @$(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 \ 54 50 > gpg/gpg-pubkey-eac29b6f-3fe1f458-@OS_SUBDIR@-@OS_VERS@ 55 51 CLEANFILES += gpg/gpg-pubkey-eac29b6f-3fe1f458-@OS_SUBDIR@-@OS_VERS@ … … 67 63 68 64 noinst_HEADERS = rtems-@RTEMS_API@-repo-conf.spec 69 rtems-@RTEMS_API@-repo-conf.spec: rtems-repo-conf.spec.in config ure.ac65 rtems-@RTEMS_API@-repo-conf.spec: rtems-repo-conf.spec.in config.status 70 66 ./config.status --file=rtems-@RTEMS_API@-repo-conf.spec:rtems-repo-conf.spec.in 71 67 EXTRA_DIST += rtems-repo-conf.spec.in -
contrib/repo-conf/configure.ac
r62af225 r6e813710 32 32 apt_verdir="5" 33 33 ;; 34 suse-* 34 suse-*) 35 35 os_name="openSUSE" 36 36 os_subdir="suse"
Note: See TracChangeset
for help on using the changeset viewer.