Subject: Re: Openssl build changes
To: Martin Husemann <martin@duskware.de>
From: Roland Illig <rillig@NetBSD.org>
List: tech-toolchain
Date: 12/09/2005 15:01:16
Martin Husemann wrote:
> On Fri, Dec 09, 2005 at 10:44:40AM +0100, Roland Illig wrote:
>
>>Would you mind adding some comments to the Makefile itself, not only the
>>CVS ChangeLog, that you felt unhappy with the code? Otherwise others
>>might think this is good style.
>
>
> Yeah, sure - planned to do that before commit when testing is complete.
>
>
>>I think the order should be different, that is, .PHONY should depend on
>>cleantempsymlinks.
>
>
> See the other .PHONY in that man page:
My make(1) man page (NetBSD 1.6.2) only mentions .PHONY once, so I
thought you were in error. Now I see that it depends on the version of
make(1) that is used.
Roland