Skip to content

Commit a44402f

Browse files
authored
Merge pull request torvalds#832 from ojeda/rustavailable-stdout
Makefile: use `stdout` for `rustavailable`
2 parents 325549b + 400b2aa commit a44402f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ $(DOC_TARGETS):
18071807
# "Is Rust available?" target
18081808
PHONY += rustavailable
18091809
rustavailable:
1810-
$(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust-is-available.sh -v && echo >&2 "Rust is available!"
1810+
$(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust-is-available.sh -v && echo "Rust is available!"
18111811

18121812
# Documentation target
18131813
#

0 commit comments

Comments
 (0)