Skip to content

Commit d7c5f0d

Browse files
authored
Rollup merge of #39258 - jacwah:makefile-note, r=aturon
build: Mention rustbuild in Makefile.in comments I think this patch will help newcomers like myself with the build system. I didn't understand that the make targets listed in the Makefile.in comments only worked with the old system, until it was pointed out to me in #39256.
2 parents 1b2f2ba + 4d8f1c9 commit d7c5f0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
# most intimate workings of the compiler itself, you've come to the
1818
# right place. Let's see what's on the menu.
1919
#
20+
# Please note that most of these options only work if configure was
21+
# run with --disable-rustbuild. For documentation on the new build
22+
# system, see CONTRIBUTING.md.
23+
#
2024
# First, start with one of these build targets:
2125
#
2226
# * all - The default. Build a complete, bootstrapped compiler.

0 commit comments

Comments
 (0)