Fixup for dns/application: Add nsupdate.makefile for indempotent updates
parent
da381ce264
commit
1748d00f8c
@ -0,0 +1,8 @@
|
|||||||
|
#targets := $(addsuffix ~DONE,$(wildcard *~update))
|
||||||
|
#
|
||||||
|
#.PHONY: all
|
||||||
|
#all: $(targets)
|
||||||
|
|
||||||
|
%~update~DONE: %~update
|
||||||
|
nsupdate -l "$<"
|
||||||
|
touch "$@"
|
Loading…
Reference in New Issue