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? Fam > @perl -p -e 's|\Q$(SRC_PATH)\E/||g' $*.test.err | diff -q > $(SRC_PATH)/$*.err - > @diff -q $(SRC_PATH)/$*.exit $*.test.exit > > -- > 2.15.0 > > Fam