From: Peter van Dijk Date: Fri, 22 Jun 2012 10:15:40 +0000 (+0000) Subject: make dist-recursor independent of Makefile; make dist-recursor fail early when necessary X-Git-Tag: auth-3.2-rc1~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68c12f0bd915637262bfd9162a65e4a51eacb111;p=thirdparty%2Fpdns.git make dist-recursor independent of Makefile; make dist-recursor fail early when necessary git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2642 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/dist-recursor b/pdns/dist-recursor index 0e62e98ba9..94e490a95f 100755 --- a/pdns/dist-recursor +++ b/pdns/dist-recursor @@ -1,6 +1,8 @@ #!/usr/bin/env bash -make dnslabeltext.cc +set -e + +ragel dnslabeltext.rl -o dnslabeltext.cc VERSION=3.4-pre