svn commit: r51067 - head/share/pgpkeys

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wosch
Date: Fri Oct  6 14:22:45 2017
New Revision: 51067
URL: https://svnweb.freebsd.org/changeset/doc/51067

Log:
  the creation of pgpkeyring.txt must be atomar

Modified:
  head/share/pgpkeys/Makefile

Modified: head/share/pgpkeys/Makefile
==============================================================================
--- head/share/pgpkeys/Makefile	Fri Oct  6 14:08:45 2017	(r51066)
+++ head/share/pgpkeys/Makefile	Fri Oct  6 14:22:45 2017	(r51067)
@@ -17,7 +17,8 @@ pgpkeyring: keyring.xml
 	@${XSLTPROC} ${XSLTPROCOPTS} ${XSLPGP} keyring.xml
 
 pgpkeyring.txt:
-	@${MAKE} pgpkeyring >${.TARGET}
+	@${MAKE} pgpkeyring > ${.TARGET}.tmp
+	${MV} ${.TARGET}.tmp ${.TARGET}
 
 .include "${DOC_PREFIX}/share/mk/doc.project.mk"
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.