From: Ruben Kerkhof Date: Thu, 22 Jan 2015 15:07:31 +0000 (+0100) Subject: Reduce number of shell invocations in recursor X-Git-Tag: rec-3.7.0-rc2~47^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5131528b88f6d5a8a01f36383554f7a693e9aa3;p=thirdparty%2Fpdns.git Reduce number of shell invocations in recursor 6e4dfa7e39 fixed this for auth, but we forgot to do this for the recursor. --- diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index 91cf6054fd..8363b50fd7 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -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: