FreeBSD Bugzilla – Attachment 148431 Details for
Bug 194445
[PATCH] share/pgpkeys/Makefile targets missing dependencies (pgpkeyring.txt always up-to-date)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add dependencies for share/pgpkeys/Makefile targets
share_pgpkeys.diff (text/plain), 670 bytes, created by
John Marshall
on 2014-10-18 12:32:31 UTC
(
hide
)
Description:
Add dependencies for share/pgpkeys/Makefile targets
Filename:
MIME Type:
Creator:
John Marshall
Created:
2014-10-18 12:32:31 UTC
Size:
670 bytes
patch
obsolete
>Index: share/pgpkeys/Makefile >=================================================================== >--- share/pgpkeys/Makefile (revision 45850) >+++ share/pgpkeys/Makefile (working copy) >@@ -7,7 +7,7 @@ > FILES= pgpkeyring.txt > CLEANFILES= pgpkeyring.txt keyring.xml > >-keyring.xml: >+keyring.xml: *.key > @${ECHO_CMD} "<?xml version='1.0' encoding='UTF-8'?>" > ${.TARGET} > @${ECHO_CMD} "<keyring>" >> ${.TARGET} > @${CAT} *.key >> ${.TARGET} >@@ -16,7 +16,7 @@ > pgpkeyring: keyring.xml > @${XSLTPROC} ${XSLTPROCOPTS} ${XSLPGP} keyring.xml > >-pgpkeyring.txt: >+pgpkeyring.txt: keyring.xml > @${MAKE} pgpkeyring >${.TARGET} > > .include "${DOC_PREFIX}/share/mk/doc.project.mk"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194445
: 148431