]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Tor Arntsen made the ares build warnings etc get included as well
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Feb 2004 07:15:36 +0000 (07:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Feb 2004 07:15:36 +0000 (07:15 +0000)
testcurl.sh

index 457266101946e1628ede73c1697bbc44390a8ea8..c21d319a98f48f6706425277fafddb76b4ce6d0e 100755 (executable)
@@ -207,7 +207,7 @@ if { grep "define USE_ARES" lib/config.h; } then
 
   echo "testcurl: build ares"
   cd ares
-  make
+  make 2>&1 | sed -e "s:$pwd::g"
   echo "testcurl: ares is now built"
 
   # cd back to the curl build dir