[Bug 194445] New: [PATCH] share/pgpkeys/Makefile targets missing dependencies (pgpkeyring.txt always up-to-date)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 18 12:32:32 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194445
Bug ID: 194445
Summary: [PATCH] share/pgpkeys/Makefile targets missing
dependencies (pgpkeyring.txt always up-to-date)
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Website
Assignee: freebsd-doc at FreeBSD.org
Reporter: John.Marshall at riverwillow.com.au
Created attachment 148431
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148431&action=edit
Add dependencies for share/pgpkeys/Makefile targets
I do daily builds of the website locally and noticed only yesterday, after
noticing missing keys, that the local pgpkeyring.txt was different (and
smaller) than the copy on the public site. Investigation showed that,
notwithstanding updates via svn to the contents of the pgpkeys directory, the
keyring.xml, and hence the pgpkeyring.txt file, were not being built.
The attached patch adds dependencies to trigger the building of those targets
when they already exist and when dependencies have been updated. Without the
dependencies, existing targets were always up-to-date.
I update my doc tree daily via svn and then build. I don't start fresh every
day because I only want to build the updates and not waste time building the
whole site daily.
Thank you to all who maintain the project's documentation and web site!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list