Ensure pgpkeyring.txt is always regenerated to prevent stale keys
from existing on the website until a full, clean build is done. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d66aedfc0b
commit
f7ec3e1947
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51331
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ keyring.xml: .PHONY
|
|||
pgpkeyring: keyring.xml
|
||||
@${XSLTPROC} ${XSLTPROCOPTS} ${XSLPGP} keyring.xml
|
||||
|
||||
pgpkeyring.txt:
|
||||
pgpkeyring.txt: .PHONY
|
||||
@${RM} -f ${.TARGET}.tmp || true
|
||||
@${MAKE} -C ${.CURDIR} pgpkeyring > ${.TARGET}.tmp
|
||||
${MV} ${.TARGET}.tmp ${.TARGET}
|
||||
|
|
Loading…
Reference in a new issue