Subject: Re: CVS commit: src/usr.bin/make
To: Perry E. Metzger <perry@piermont.com>
From: James Chacon <jmc@NetBSD.org>
List: source-changes
Date: 06/16/2005 00:19:52
On Thu, Jun 16, 2005 at 12:38:18AM -0400, Perry E. Metzger wrote:
> 
> Rui Paulo <rpaulo@netbsd.org> writes:
> > Module Name:	src
> > Committed By:	rpaulo
> > Date:		Wed Jun 15 22:26:55 UTC 2005
> >
> > Modified Files:
> > 	src/usr.bin/make: parse.c
> >
> > Log Message:
> > PR bin/17732: Allow make to understand escaped comments.
> > Approved by sjg, christos and hubertf.
> 
> I'm not entirely sure, but I think this broke the build.
> 
> nbmake: "/usr/src/tools/menuc/Makefile" line 7: Missing dependency operator
> nbmake: Fatal errors encountered -- cannot continue
> 
> Line 7 of that file is:
> 
> NOSHARE=# defined
> 
> If this is indeed the problem, could you please build the world to
> make sure your fix works?

It most definitly breaks builds. I had mine stop in a different place, but
same story:

--- obj-lib ---
nbmake: "/homes/jmc/src/netbsd/src/lib/libcurses/Makefile" line 6: Missing dependency operator

Line 6 is:

CPPFLAGS+=#-DTFILE=\"/dev/ttyp0\"

James