Changeset 1ea3eb8 in rtems
- Timestamp:
- 01/11/10 12:32:20 (13 years ago)
- Branches:
- 4.8
- Children:
- fb9b445
- Parents:
- aa2b944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/repo-conf/Makefile.am
raa2b944 r1ea3eb8 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
Note: See TracChangeset
for help on using the changeset viewer.