Skip to content

Commit 1fb2c68

Browse files
committed
Improve descriptions of SREQ and CSREQ to make difference clearer.
1 parent 43ca8d2 commit 1fb2c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/main.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,14 +321,14 @@ TSREQ$(1)_T_$(2)_H_$(3) = \
321321
$$(TLIB$(1)_T_$(2)_H_$(3))/libcompiler-rt.a
322322

323323
# Prerequisites for a working stageN compiler and libraries, for a specific
324-
# target
324+
# target. Note that only-host crates are not included (see crates.mk).
325325
SREQ$(1)_T_$(2)_H_$(3) = \
326326
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
327327
$$(foreach dep,$$(TARGET_CRATES),\
328328
$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$$(dep))
329329

330330
# Prerequisites for a working stageN compiler and complete set of target
331-
# libraries
331+
# libraries, including both only-host and non-host crates.
332332
CSREQ$(1)_T_$(2)_H_$(3) = \
333333
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
334334
$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) \

0 commit comments

Comments
 (0)