From: Joe Orton Date: Tue, 22 May 2018 08:36:51 +0000 (+0000) Subject: * Makefile.in (check-binaries): Split out binaries to separate targets X-Git-Tag: 2.5.0-alpha2-ci-test-only~2597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92cdeca71a4a22a66e00b65290a36730661df1da;p=thirdparty%2Fapache%2Fhttpd.git * Makefile.in (check-binaries): Split out binaries to separate targets so repeated "make check" still works. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1832013 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index d4f686d510a..b4d1e7524a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -406,8 +406,12 @@ check-conf: check-dirs: @mkdir -p check/htdocs check/logs check/bin -check-binaries: check/bin/apxs +check-binaries: check/bin/apxs check/bin/httpd check/bin/ab + +check/bin/httpd: ln -s $(top_builddir)/httpd check/bin/httpd + +check/bin/ab: ln -s $(top_builddir)/support/ab check/bin/ab # A version of apxs with the PREFIX overridden to point inside the install root