We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 325549b + 400b2aa commit a44402fCopy full SHA for a44402f
1 file changed
Makefile
@@ -1807,7 +1807,7 @@ $(DOC_TARGETS):
1807
# "Is Rust available?" target
1808
PHONY += rustavailable
1809
rustavailable:
1810
- $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust-is-available.sh -v && echo >&2 "Rust is available!"
+ $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust-is-available.sh -v && echo "Rust is available!"
1811
1812
# Documentation target
1813
#
0 commit comments