]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Reduce number of shell invocations in recursor 2112/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 22 Jan 2015 15:07:31 +0000 (16:07 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 22 Jan 2015 15:07:31 +0000 (16:07 +0100)
6e4dfa7e39 fixed this for auth, but we forgot to do this for the
recursor.

pdns/Makefile-recursor

index 91cf6054fd739659a89e1d55a5744bfa08bf68f5..8363b50fd7efc406b22d38833057bf4fcd4bb7d5 100644 (file)
@@ -70,8 +70,8 @@ CFLAGS += -DSYSCONFDIR='"$(SYSCONFDIR)"' -DLOCALSTATEDIR='"$(LOCALSTATEDIR)"'
        ragel $< -o $@
 
 # Version
-build_date=$(shell LC_TIME=C date '+%Y%m%d%H%M%S')
-build_host=$(shell id -u -n)@$(shell hostname -f)
+build_date := $(shell LC_TIME=C date '+%Y%m%d%H%M%S')
+build_host := $(shell id -u -n)@$(shell hostname -f)
 
 .PHONY: version_generated.h
 version_generated.h: