Subject: Re: Openssl build changes
To: Roland Illig <rillig@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: tech-toolchain
Date: 12/09/2005 10:49:06
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:
.PHONY The target does not correspond to an actual file; it is always
considered to be out of date, and will not be created with the
-t option.
(I cloned this from the BUILDSYMLINKS code, which I would have prefered to
use, but it couldn't create the directory for me)
Martin