Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-09-13 09:21:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-13 09:21:56 +0300
commit0a23d39b9f66731f123387324bf1402ffdc4d2c0 (patch)
tree9349e68d54b4c3e1ec8159d9796bd422f7d2fd4a /GNUmakefile
parenta4e4dc1b752145229e08c2a314c9d911861e8968 (diff)
parent99e06af9c8c2d2c92570796f76baefd405a3b67a (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f43da278f7e..c0ed52d6035 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -481,15 +481,7 @@ doc_man: .FORCE
$(PYTHON) doc/manpage/blender.1.py $(BLENDER_BIN) blender.1
help_features: .FORCE
- @$(PYTHON) -c \
- "import re; \
- print('\n'.join([ \
- w for l in open('"$(BLENDER_DIR)"/CMakeLists.txt', 'r').readlines() \
- if not l.lstrip().startswith('#') \
- for w in (re.sub(\
- r'.*\boption\s*\(\s*(WITH_[a-zA-Z0-9_]+)\s+(\".*\")\s*.*', r'\g<1> - \g<2>', l).strip('() \n'),) \
- if w.startswith('WITH_')]))" | uniq
-
+ @$(PYTHON) "$(BLENDER_DIR)/build_files/cmake/cmake_print_build_options.py" $(BLENDER_DIR)"/CMakeLists.txt"
clean: .FORCE
$(MAKE) -C "$(BUILD_DIR)" clean