Skip to content

Commit ecd8e1f

Browse files
committed
Makefile: clarify that .rsi files may not be compilable
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 1394774 commit ecd8e1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,8 +1716,9 @@ help:
17161716
@echo ' rust-analyzer - Generate rust-project.json rust-analyzer support file'
17171717
@echo ' (requires kernel .config)'
17181718
@echo ' dir/file.[os] - Build specified target only'
1719-
@echo ' dir/file.rsi - Build macro expanded source, similar to C preprocessing'
1720-
@echo ' (run with RUSTFMT=n to skip reformatting if needed)'
1719+
@echo ' dir/file.rsi - Build macro expanded source, similar to C preprocessing.'
1720+
@echo ' Run with RUSTFMT=n to skip reformatting if needed.'
1721+
@echo ' The output is not intended to be compilable.'
17211722
@echo ' dir/file.ll - Build the LLVM assembly file'
17221723
@echo ''
17231724
@$(if $(dtstree), \

0 commit comments

Comments
 (0)