Improve all target of makefile.
This commit is contained in:
parent
618eaa3e46
commit
6fc2f82ded
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ TOPDIR=$(shell pwd)
|
||||||
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
|
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
|
||||||
LINPHONE_VERSION=$(shell grep -e '^.C_INIT' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' )
|
LINPHONE_VERSION=$(shell grep -e '^.C_INIT' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' )
|
||||||
|
|
||||||
all: prepare-sources generate-libs generate-apk install-apk run-linphone
|
all: update-project prepare-sources install-apk run-linphone
|
||||||
|
|
||||||
prepare-ffmpeg:
|
prepare-ffmpeg:
|
||||||
ifeq ($(PATCH_FFMPEG),)
|
ifeq ($(PATCH_FFMPEG),)
|
||||||
|
|
Loading…
Reference in a new issue