]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Merge branch 'root-hints-regeneration' into 'master'
authorOndřej Surý <ondrej.sury@nic.cz>
Tue, 22 Nov 2016 15:21:04 +0000 (16:21 +0100)
committerOndřej Surý <ondrej.sury@nic.cz>
Tue, 22 Nov 2016 15:21:04 +0000 (16:21 +0100)
lib/root-hints.inc: improve regeneration safeguards

- Drop all make dependencies, so it's only generated when the file
  goes missing (i.e. was explicitly deleted).
- Add checks into the generator to avoid producing empty strings on
  failures.  It compiled correctly and wasn't easy to debug.

See merge request !79


Trivial merge