Subject: Re: CVS commit: src/usr.bin/make
To: None <rpaulo@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 06/16/2005 00:38:18
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?

Perry