diff options
Diffstat (limited to 'tools/perf/Makefile.perf')
| -rw-r--r-- | tools/perf/Makefile.perf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 9b0351d3ce34..126ef6e0475c 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf | |||
| @@ -302,7 +302,7 @@ PYTHON_EXTBUILD_LIB := $(PYTHON_EXTBUILD)lib/ | |||
| 302 | PYTHON_EXTBUILD_TMP := $(PYTHON_EXTBUILD)tmp/ | 302 | PYTHON_EXTBUILD_TMP := $(PYTHON_EXTBUILD)tmp/ |
| 303 | export PYTHON_EXTBUILD_LIB PYTHON_EXTBUILD_TMP | 303 | export PYTHON_EXTBUILD_LIB PYTHON_EXTBUILD_TMP |
| 304 | 304 | ||
| 305 | python-clean := $(call QUIET_CLEAN, python) $(RM) -r $(PYTHON_EXTBUILD) $(OUTPUT)python/perf.so | 305 | python-clean := $(call QUIET_CLEAN, python) $(RM) -r $(PYTHON_EXTBUILD) $(OUTPUT)python/perf*.so |
| 306 | 306 | ||
| 307 | PYTHON_EXT_SRCS := $(shell grep -v ^\# util/python-ext-sources) | 307 | PYTHON_EXT_SRCS := $(shell grep -v ^\# util/python-ext-sources) |
| 308 | PYTHON_EXT_DEPS := util/python-ext-sources util/setup.py $(LIBTRACEEVENT) $(LIBAPI) | 308 | PYTHON_EXT_DEPS := util/python-ext-sources util/setup.py $(LIBTRACEEVENT) $(LIBAPI) |
| @@ -479,7 +479,7 @@ $(OUTPUT)python/perf.so: $(PYTHON_EXT_SRCS) $(PYTHON_EXT_DEPS) $(LIBTRACEEVENT_D | |||
| 479 | $(PYTHON_WORD) util/setup.py \ | 479 | $(PYTHON_WORD) util/setup.py \ |
| 480 | --quiet build_ext; \ | 480 | --quiet build_ext; \ |
| 481 | mkdir -p $(OUTPUT)python && \ | 481 | mkdir -p $(OUTPUT)python && \ |
| 482 | cp $(PYTHON_EXTBUILD_LIB)perf.so $(OUTPUT)python/ | 482 | cp $(PYTHON_EXTBUILD_LIB)perf*.so $(OUTPUT)python/ |
| 483 | 483 | ||
| 484 | please_set_SHELL_PATH_to_a_more_modern_shell: | 484 | please_set_SHELL_PATH_to_a_more_modern_shell: |
| 485 | $(Q)$$(:) | 485 | $(Q)$$(:) |
