We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a470839 + d55de70 commit 98eef48Copy full SHA for 98eef48
1 file changed
Makefile
@@ -2263,10 +2263,10 @@ sparse: $(SP_OBJ)
2263
check: common-cmds.h
2264
@if sparse; \
2265
then \
2266
- echo 2>&1 "Use 'make sparse' instead"; \
+ echo >&2 "Use 'make sparse' instead"; \
2267
$(MAKE) --no-print-directory sparse; \
2268
else \
2269
- echo 2>&1 "Did you mean 'make test'?"; \
+ echo >&2 "Did you mean 'make test'?"; \
2270
exit 1; \
2271
fi
2272
0 commit comments