On 11/21/2017 03:01 AM, Fam Zheng wrote: > On Tue, 11/21 00:21, Philippe Mathieu-Daudé wrote: >> @@ -904,7 +904,7 @@ $(patsubst %, check-%, $(check-qapi-schema-y)): >> check-%.json: $(SRC_PATH)/%.json >> echo $$? >$*.test.exit, \ >> "TEST","$*.out") >> @diff -q $(SRC_PATH)/$*.out $*.test.out >> - @# Sanitize error messages (make them independent of build directory) >> + @# Sanitize error messages ($(MAKE) them independent of build directory) > > This doesn't look like a good candidate, does it?
Oops...