Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2015 21:56:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197142] wrong comment in /usr/share/mk/bsd.incs.mk
Message-ID:  <bug-197142-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197142

            Bug ID: 197142
           Summary: wrong comment in /usr/share/mk/bsd.incs.mk
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: lidl@pix.net

The whole file is protected by:

.if ${MK_INCLUDES} != "no"

.endif # ${MK_TOOLCHAIN} != "no"

The ending comment is wrong, it should be:

# ${MK_INCLUDES} != "no"

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197142-8>