diff options
author | Alexey Neyman <stilor@att.net> | 2021-07-21 19:08:46 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-07-29 10:15:51 +0200 |
commit | 14833e24dea49303ebc2464813601054b6cdfcac (patch) | |
tree | a6370fbbf6fad71a08d76a84b0f2ff4410802c6f /qemu-options.hx | |
parent | e4adb09f7952fd37b7f1ba3df377d54d0823e682 (diff) |
Makefile: ignore long options
When searching for options like -n in MAKEFLAGS, current code may result
in a false positive match when make is invoked with long options like
--no-print-directory. This has been observed with certain versions of
host make (e.g. 3.82) while building the Qemu package in buildroot.
Filter out such long options before searching for one-character options.
Signed-off-by: Alexey Neyman <stilor@att.net>
Message-Id: <20210722020846.3678817-1-stilor@att.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-options.hx')
0 files changed, 0 insertions, 0 deletions