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:
Jun Wu 2019-08-28 13:53:23 -07:00 committed by Facebook Github Bot
parent f8ed4ca01d
commit 899614cf65

View File

@ -62,7 +62,6 @@ else
$(RM) $(HGNAME)
cp build/scripts-2.7/$(HGNAME) $(HGNAME)
endif
env HGRCPATH= hg version
build:
$(PYTHON) setup.py $(PURE) build $(COMPILERFLAG)