The following reply was made to PR config/5304; it has been noted by GNATS.
From: "Ralf S. Engelschall" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: config/5304: Improper use of "$AWK" in shadow makefile. Date: Sun, 28 Nov 1999 12:32:48 +0100 In article <[EMAIL PROTECTED]> you wrote: > >>Number: 5304 >>Category: config >>Synopsis: Improper use of "$AWK" in shadow makefile. >>Confidential: no > [...] > ===== As the comment a few lines previously explains, we must use "awk" > ===== here, not "$AWK". Correct. Actually there is a second bug: The "awk" above the mentioned location in the script instead should read "$AWK". Seems like we've replaced the wrong "awk" with $AWK in the past ;) Both things are now fixed for Apache 1.3.10. > ===== install-programs is a valuable target to expose for quick build-test > ===== cycles. Sorry, just adding install-programs is inconsistent. Either we add _all_ possible targets like install-programs or none. And because there are lots of such targets, I think it's better to leave them out. Thanks for your feedback. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com