]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
makedist fixup
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 18 Jan 2008 11:01:00 +0000 (11:01 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 18 Jan 2008 11:01:00 +0000 (11:01 +0000)
git-svn-id: file:///svn/unbound/trunk@879 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh

index 25b874a0b91bd67fce76f7e627b0f6ee61bd16a0..02911a0f565607dc0a18349a9f8c02e718e180a5 100644 (file)
@@ -5,6 +5,7 @@
          ip6 and once ip4, uses socket options.
        - goodbye ip4to6 mapping.
        - update ldns-testpkts with latest version from ldns-trunk.
+       - updated makedist for relative ldns pathnames.
 
 17 January 2008: Wouter
        - fixup configure in case -lldns is installed.
index 7878f28cdfcb554869f07d1cc57e07eb4c2f040f..394232c61b34f4531fb03dde0b739292c1a33faf 100755 (executable)
@@ -184,6 +184,7 @@ flex -i -t util/configlexer.lex >> util/configlexer.c  || error_cleanup "Failed
 bison -y -d -o util/configparser.c util/configparser.y || error_cleanup "Failed to create configparser"
 
 # check shared code, ldns-testpkts from ldns examples, if possible.
+cd ../..
 if test ! -z "$LDNSDIR"; then
        if diff -q $LDNSDIR/examples/ldns-testpkts.c testcode/ldns-testpkts.c &&
           diff -q $LDNSDIR/examples/ldns-testpkts.h testcode/ldns-testpkts.h; then
@@ -192,6 +193,7 @@ if test ! -z "$LDNSDIR"; then
                error_cleanup "ldns-testpkts is different in ldns and unbound"
        fi
 fi
+cd $temp_dir/unbound
 
 find . -name .c-mode-rc.el -exec rm {} \;
 find . -name .cvsignore -exec rm {} \;