Makefile
changeset 24195 250d9cf97fb3
parent 24194 00809c43d72c
child 24601 d80819f67d59
equal deleted inserted replaced
24194:00809c43d72c 24195:250d9cf97fb3
    12 PURE=
    12 PURE=
    13 PYFILES:=$(shell find mercurial hgext doc -name '*.py')
    13 PYFILES:=$(shell find mercurial hgext doc -name '*.py')
    14 DOCFILES=mercurial/help/*.txt
    14 DOCFILES=mercurial/help/*.txt
    15 export LANGUAGE=C
    15 export LANGUAGE=C
    16 export LC_ALL=C
    16 export LC_ALL=C
       
    17 TESTFLAGS ?= $(shell echo $$HGTESTFLAGS)
    17 
    18 
    18 # Set this to e.g. "mingw32" to use a non-default compiler.
    19 # Set this to e.g. "mingw32" to use a non-default compiler.
    19 COMPILER=
    20 COMPILER=
    20 
    21 
    21 help:
    22 help: