Mercurial > public > mercurial-scm > hg
changeset 52958:6a8a1792aab7
makefile: drop the `build` target
That target no longer pre-built thing in place to prepare artifact to be used by
`make install`. So using the same logic as in 037febb862d2 and drop the target
instead of keeping something surprising / useless.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 18 Feb 2025 16:57:50 +0100 |
parents | 79583f5dffbb |
children | 42f78c859dd1 |
files | Makefile |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Feb 18 00:57:17 2025 +0100 +++ b/Makefile Tue Feb 18 16:57:50 2025 +0100 @@ -71,10 +71,6 @@ pip install -e . -v $(PIP_OPTIONS_PURE) env HGRCPATH= $(VENV_NAME)/$(PYBINDIRNAME)/hg version -.PHONY: build -build: - $(PYTHON) setup.py $(PURE) build - .PHONY: build-chg build-chg: make -C contrib/chg