##// END OF EJS Templates
packaging: allow to run make with python3...
Philippe Pepiot -
r42225:ec7b478f default
parent child Browse files
Show More
@@ -5,7 +5,7 b''
5 # % make PREFIX=/opt/ install
5 # % make PREFIX=/opt/ install
6
6
7 export PREFIX=/usr/local
7 export PREFIX=/usr/local
8 PYTHON=python
8 PYTHON?=python
9 $(eval HGROOT := $(shell pwd))
9 $(eval HGROOT := $(shell pwd))
10 HGPYTHONS ?= $(HGROOT)/build/pythons
10 HGPYTHONS ?= $(HGROOT)/build/pythons
11 PURE=
11 PURE=
@@ -6,7 +6,7 b' GENDOC=gendoc.py ../mercurial/commands.p'
6 PREFIX=/usr/local
6 PREFIX=/usr/local
7 MANDIR=$(PREFIX)/share/man
7 MANDIR=$(PREFIX)/share/man
8 INSTALL=install -c -m 644
8 INSTALL=install -c -m 644
9 PYTHON=python
9 PYTHON?=python
10 RSTARGS=
10 RSTARGS=
11
11
12 export HGENCODING=UTF-8
12 export HGENCODING=UTF-8
General Comments 0
You need to be logged in to leave comments. Login now