Fixup for dns/application: Add nsupdate.makefile for indempotent updates

dehydrated
Felix Stupp 4 years ago
parent da381ce264
commit 1748d00f8c
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,8 @@
#targets := $(addsuffix ~DONE,$(wildcard *~update))
#
#.PHONY: all
#all: $(targets)
%~update~DONE: %~update
nsupdate -l "$<"
touch "$@"
Loading…
Cancel
Save