mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 08:02:24 +03:00
makefile: remove 'hg version' invocation in make local
Summary: After D15844921, `hg version` is not running the locally built hg. This command does not provide much useful information, though - we have a fixed version number and the commit hash is already known from `hg sl` or other command output. Therefore remove `hg version`. Reviewed By: xavierd Differential Revision: D17097797 fbshipit-source-id: 184a110a1682ee20c973dca7dcc0e2cfd8660976
This commit is contained in:
parent
f8ed4ca01d
commit
899614cf65
1
Makefile
1
Makefile
@ -62,7 +62,6 @@ else
|
|||||||
$(RM) $(HGNAME)
|
$(RM) $(HGNAME)
|
||||||
cp build/scripts-2.7/$(HGNAME) $(HGNAME)
|
cp build/scripts-2.7/$(HGNAME) $(HGNAME)
|
||||||
endif
|
endif
|
||||||
env HGRCPATH= hg version
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
$(PYTHON) setup.py $(PURE) build $(COMPILERFLAG)
|
$(PYTHON) setup.py $(PURE) build $(COMPILERFLAG)
|
||||||
|
Loading…
Reference in New Issue
Block a user