Loading tests/testcurl.pl +3 −2 Original line number Original line Diff line number Diff line Loading @@ -447,9 +447,10 @@ if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { logit "build ares"; logit "build ares"; chdir "ares"; chdir "ares"; if ($targetos ne '') { if ($targetos && !$configurebuild) { open(F, "make -f Makefile.$targetos 2>&1 |") or die; open(F, "make -f Makefile.$targetos 2>&1 |") or die; } else { } else { open(F, "make 2>&1 |") or die; open(F, "make 2>&1 |") or die; } } while (<F>) { while (<F>) { Loading Loading
tests/testcurl.pl +3 −2 Original line number Original line Diff line number Diff line Loading @@ -447,9 +447,10 @@ if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { logit "build ares"; logit "build ares"; chdir "ares"; chdir "ares"; if ($targetos ne '') { if ($targetos && !$configurebuild) { open(F, "make -f Makefile.$targetos 2>&1 |") or die; open(F, "make -f Makefile.$targetos 2>&1 |") or die; } else { } else { open(F, "make 2>&1 |") or die; open(F, "make 2>&1 |") or die; } } while (<F>) { while (<F>) { Loading