Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/make



On Thu, Jun 16, 2005 at 12:38:18AM -0400, Perry E. Metzger wrote:
> 
> Rui Paulo <rpaulo%netbsd.org@localhost> 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



Home | Main Index | Thread Index | Old Index