HomeFreeBSD

Fix make(1) bug: nested comments may be placed in .if, .else .if, and
rS74272Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Fix make(1) bug: nested comments may be placed in .if, .else .if, and
.endif statements but can't be placed in .elif. Basically, the problem
was that ParseSkipLine() didn't handle comments the same way that
ParseReadLine() did, and thus you had errors with comments that are on a
conditional line (i.e. "^.") rather than a non-conditional line.

MFC candidate for 4.3-STABLE and 3.5-STABLE.

PR: 25627
Bug found by: jhs
Fix submitted by: Seth Kingsley <sethk@osd.bsdi.com> (thanks!!)

Details

Provenance
willAuthored on
Parents
rS74271: remove bogus check -- for kernel threads we fork off of proc0, not curproc
Branches
Unknown
Tags
Unknown

Event Timeline