]>
git.proxmox.com Git - rustc.git/blob - src/bootstrap/mk/Makefile.in
1 # Copyright 20126 The Rust Project Developers. See the COPYRIGHT
2 # file at the top-level directory of this distribution and at
3 # http://rust-lang.org/COPYRIGHT.
5 # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6 # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7 # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8 # option. This file may not be copied, modified, or distributed
9 # except according to those terms.
12 include $(CFG_SRC_DIR
)mk
/util.mk
20 BOOTSTRAP
:= $(CFG_PYTHON
) $(CFG_SRC_DIR
)src
/bootstrap
/bootstrap.py
$(BOOTSTRAP_ARGS
)
26 $(Q
)$(BOOTSTRAP
) --clean
30 $(Q
)$(BOOTSTRAP
) --step doc
32 $(Q
)$(BOOTSTRAP
) --step doc-style
34 $(Q
)$(BOOTSTRAP
) --step doc-nomicon
36 $(Q
)$(BOOTSTRAP
) --step doc-book
38 $(Q
)$(BOOTSTRAP
) --step doc-standalone
40 $(Q
)$(BOOTSTRAP
) --step
check
42 $(Q
)$(BOOTSTRAP
) --step check-cargotest
44 $(Q
)$(BOOTSTRAP
) --step
dist