Searched hist:c8e6cfba1291df2202bf406bb5137c9d365505d1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | Makefile | c8e6cfba1291df2202bf406bb5137c9d365505d1 Mon Oct 26 10:58:54 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> makefile: handle -n / -k / -q correctly
Use $(findstring) instead of $(filter) to detect -n/-k as different versions of MAKE fill in $(MAKEFLAGS) differently. Do not bother running ninja at all if -nq is passed.
Tested-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20201026155854.3074290-1-pbonzini@redhat.com>
|