]> granicus.if.org Git - apache/commit
Save on incremental build time. libhttpd depends on gen_test_char and
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 May 2002 00:15:44 +0000 (00:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 May 2002 00:15:44 +0000 (00:15 +0000)
commit78ad2a43689361ab74eb76152da531bccb871e30
tree9e22054d9634dbb3c65eeac750f0f04633c5532c
parent0dfb6a60ea083010b8ed5d74de4ee101edeb8006
  Save on incremental build time.  libhttpd depends on gen_test_char and
  libapr.  gen_test_char truly needs only apr ... however, this causes the
  libhttpd to refresh the static apr and dynamic libapr.

  Now... libapr.dll is in the wrong place to actually start gen_test_char.
  That doesn't affect us though - the only bits gen_test_char actually
  needs are APR_HAS/HAVE flags and the apr_isfoo(char) macros.

  So this lightens the load while not harming the build process.

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