comparison Makefile @ 29009:c05cc1b95848 stable

make: backout changeset 51f5fae84e43 Support for '!=' was only added in GNU Make 4.0, and CentOS versions as new as CentOS 7 only carry 3.82. I will leave figuring out compatibility with BSD make as an exercise for interested folks.
author Siddharth Agarwal <sid0@fb.com>
date Mon, 25 Apr 2016 16:34:02 -0700
parents 51f5fae84e43
children e2a553ae1edc
comparison
equal deleted inserted replaced
29008:38292b227deb 29009:c05cc1b95848
4 # 4 #
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 HGROOT != pwd 9 $(eval HGROOT := $(shell pwd))
10 HGPYTHONS ?= $(HGROOT)/build/pythons 10 HGPYTHONS ?= $(HGROOT)/build/pythons
11 PURE= 11 PURE=
12 PYFILES:=$(shell find mercurial hgext doc -name '*.py') 12 PYFILES:=$(shell find mercurial hgext doc -name '*.py')
13 DOCFILES=mercurial/help/*.txt 13 DOCFILES=mercurial/help/*.txt
14 export LANGUAGE=C 14 export LANGUAGE=C