Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 05:23:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 181436] file(1) cannot detect BSD makefiles
Message-ID:  <bug-181436-8-XtGwjzCgpm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-181436-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-181436-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181436

Xin LI <delphij@FreeBSD.org> changed:

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

--- Comment #2 from Xin LI <delphij@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.



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