Subject: Re: imake, Solaris, Xrender
To: Johnny C. Lam <jlam@NetBSD.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-pkg
Date: 06/15/2005 22:24:32
On Wed, 15 Jun 2005, Johnny C. Lam wrote:
> The error isn't blank lines in general, it's a blank line as the first 
> "command" for a target.  I think it's wrong to strip every blank line. That 
> would break if the Makefile ever had something like:
>
> target1:<return>
> 	line1 \<return>
> <return>
> target2::
>
> which I imagine is possible in a machine-generated Makefile.  The problem can 
> be fixed much more simply by modifying the Imakefile that imake-check writes 
> to avoid generating a blank line for the first command of a target.

Yes - I see you've fixed it, and a "make clean" in x11/xcursor works fine.
Maybe add a commend (XCOMM?) to make sure the change isn't undone?


  - Hubert