]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Get "make install" to work on Tru64.
authorJeff Trawick <trawick@apache.org>
Tue, 14 Nov 2000 12:00:44 +0000 (12:00 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 14 Nov 2000 12:00:44 +0000 (12:00 +0000)
commit8d60162a921bc47a86858d656c8638713eb38f98
treea52f627e3ff9626fb17ed71e68d3d0f26c8f749e
parent92261177a4a66551b27436100de092503bd4c50f
Get "make install" to work on Tru64.

With Tru64, make picks up a bad status from the child shell process
when it evaluates the "`echo ($static) | grep 'mod_so'` (see below),
causing make to bail out.

But that grep should always fail when "make install" runs in
modules/extra and unless we have mod_so it will fail when "make
install" runs in modules/standard.

The work-around is to explicitly ignore the exit status from the
grep.

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