[Bug 181436] file(1) cannot detect BSD makefiles

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 25 05:23:20 UTC 2015


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

Xin LI <delphij at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christos at zoulas.com,
                   |                            |delphij at FreeBSD.org
             Status|In Progress                 |Open

--- Comment #2 from Xin LI <delphij at FreeBSD.org> ---
This is still reproducible on -HEAD (file-5.23).

Looks like I can extend magic/Magdir/make to add a few regex to work around
this, but it's not clear if that's the right thing to do so I think it's
reasonable to add the file(1) author.

The following regex may be useful:

\^PROG=
\^PROG_CXX=
\^MAN
\^\.include\ <

etc.

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


More information about the freebsd-bugs mailing list