aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/nullfs
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-15 02:51:11 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-15 02:51:11 +0000
commitfff8dac495fde011c2d88115003beb67ba892b99 (patch)
tree374f7be14edaa4e5d6664c40cfcc82d8f7342e1d /sys/miscfs/nullfs
parent64007795de26a237e6d42a60be717ffd65a2327d (diff)
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!!)
Notes
svn path=/head/; revision=74272
Diffstat (limited to 'sys/miscfs/nullfs')
0 files changed, 0 insertions, 0 deletions