diff options
| author | gimbles <yusharora@protonmail.com> | 2022-05-07 09:07:07 +0530 |
|---|---|---|
| committer | gimbles <yusharora@protonmail.com> | 2022-05-07 09:07:07 +0530 |
| commit | 72d2d6a4ba40fae2254a03f7782a80b8b315ddbc (patch) | |
| tree | d7bc4672101adb57e1c78716995ce7b6dd10662a /src/bootstrap/mk | |
| parent | bb1a03c4fcbe547168fab128fa39b08d1122a1c2 (diff) | |
| download | rust-72d2d6a4ba40fae2254a03f7782a80b8b315ddbc.tar.gz rust-72d2d6a4ba40fae2254a03f7782a80b8b315ddbc.zip | |
Move check-bootstrap from a makefile rule to test::Bootstrap
Diffstat (limited to 'src/bootstrap/mk')
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index fd39944e176..5a1f2e70413 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -45,8 +45,6 @@ check-aux: src/tools/cargo \ src/tools/cargotest \ $(BOOTSTRAP_ARGS) -check-bootstrap: - $(Q)$(CFG_PYTHON) $(CFG_SRC_DIR)src/bootstrap/bootstrap_test.py dist: $(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS) distcheck: |
