]> granicus.if.org Git - apache/commitdiff
* Makefile.in (check-binaries): Split out binaries to separate targets
authorJoe Orton <jorton@apache.org>
Tue, 22 May 2018 08:36:51 +0000 (08:36 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 22 May 2018 08:36:51 +0000 (08:36 +0000)
  so repeated "make check" still works.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1832013 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index d4f686d510acf0949aad570cd4f827d8c51b6c30..b4d1e7524a2127ad370b8ffccf8fb04d0ca275c3 100644 (file)
@@ -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