qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] MAINTAINERS: surprising get_maintainer.pl output for ./conf


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] MAINTAINERS: surprising get_maintainer.pl output for ./configure
Date: Mon, 24 Jul 2017 19:40:31 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

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 <address@hidden> (maintainer:NETBSD)
address@hidden (open list:All patches CC here)

$ fgrep -A5 NETBSD MAINTAINERS
NETBSD
L: address@hidden
M: Kamil Rytarowski <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]