Commit cd014784 authored by dgaudet's avatar dgaudet
Browse files

> On one of teh machines here, it appears as if the shell which is invoked

> in apachen/Makefile's line...
> src/httpd:
> 	(cd src; \
> 	  test ! -f Configuration && cp Configuration.tmpl Configuration; \
> 	  ./Configure -file Configuration; $(MAKE) all support)
> has an implicit "-e" switch set. I've never read about such a behavior,
> or why this would be caused, but tracing by setting "set -x" in the (..)
> reveals that the "test" in "test ... && cp ..." is the last executed
> statement, then the (...) returns with an exitcode of nonzero.
>
> I don't know if this happens anywhere else, too, but the "defensive"
> improvement to avoid such a trap could be the addition of a "||true".

Submitted by:	Martin Kraemer
Reviewed by:	Dean Gaudet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79266 13f79535-47bb-0310-9956-ffa450edef68
parent ae50f496
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment