comparison Makefile @ 17927:9796d5437e72

makefile: don't use system hgrc when running hg in-place This suppresses the printing of spurious error messages if a global hgrc refers to extensions that the in-place hg can't access.
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 13 Nov 2012 09:56:09 -0800
parents 682a8ad26138
children 7c9b07f0da73
comparison
equal deleted inserted replaced
17926:65a46635fb31 17927:9796d5437e72
32 32
33 all: build doc 33 all: build doc
34 34
35 local: 35 local:
36 $(PYTHON) setup.py $(PURE) build_py -c -d . build_ext -i build_hgexe -i build_mo 36 $(PYTHON) setup.py $(PURE) build_py -c -d . build_ext -i build_hgexe -i build_mo
37 $(PYTHON) hg version 37 env HGRCPATH= $(PYTHON) hg version
38 38
39 build: 39 build:
40 $(PYTHON) setup.py $(PURE) build 40 $(PYTHON) setup.py $(PURE) build
41 41
42 doc: 42 doc: