Merge branch 'jk/fix-profile-feedback-build'
Fix profile-feedback build broken in 2.1 for tarball releases. * jk/fix-profile-feedback-build: Makefile: make perf tests optional for profile build
This commit is contained in:
commit
212d781c96
6
Makefile
6
Makefile
@ -1659,7 +1659,11 @@ endif
|
||||
profile:: profile-clean
|
||||
$(MAKE) PROFILE=GEN all
|
||||
$(MAKE) PROFILE=GEN -j1 test
|
||||
$(MAKE) PROFILE=GEN -j1 perf
|
||||
@if test -n "$$GIT_PERF_REPO" || test -d .git; then \
|
||||
$(MAKE) PROFILE=GEN -j1 perf; \
|
||||
else \
|
||||
echo "Skipping profile of perf tests..."; \
|
||||
fi
|
||||
$(MAKE) PROFILE=USE all
|
||||
|
||||
profile-fast: profile-clean
|
||||
|
Loading…
Reference in New Issue
Block a user