Hi perl gurus :)

after changing the ./configure I wanted to figure to whom email and got this:

$ ./scripts/get_maintainer.pl -f configure
Kamil Rytarowski <ka...@netbsd.org> (maintainer:NETBSD)
qemu-devel@nongnu.org (open list:All patches CC here)

$ fgrep -A5 NETBSD MAINTAINERS
NETBSD
L: qemu-devel@nongnu.org
M: Kamil Rytarowski <ka...@netbsd.org>
S: Maintained
K: (?i)NetBSD

Descriptions of section entries:

  K: Keyword perl extended regex pattern to match
     content in a patch or file.

$ fgrep -inA1 NetBSD configure
547:elif check_define __NetBSD__; then
548:  targetos='NetBSD'
--
709:NetBSD)
710-  bsd="yes"
--
715:  HOST_VARIANT_DIR="netbsd"
716-  supported_os="yes"

since ./configure check for NetBSD host/target, the string appears in the ./configure and the K regex is matched...

I tried to add a 'F: configure' in NETBSD entry but it doesn't change.
The easier is to kill the K entry :)

Regards,

Phil.

Reply via email to