mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Detect code source change to build again.
Force CMake to run the update step of external projects when the source directory is a git submodule.
This commit is contained in:
parent
966f277b82
commit
21024898ed
1 changed files with 4 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ def main(argv = None):
|
|||
done
|
||||
|
||||
{arch}-build-%:
|
||||
rm -f WORK/ios-{arch}/Stamp/EP_$*/EP_$*-update; \\
|
||||
$(MAKE) -C WORK/ios-{arch}/cmake EP_$*
|
||||
|
||||
{arch}-clean-%:
|
||||
|
|
@ -220,6 +221,9 @@ all: build
|
|||
|
||||
{arch_targets}
|
||||
all-%:
|
||||
@for package in $(packages); do \\
|
||||
rm -f WORK/ios-$*/Stamp/EP_$$package/EP_$$package-update; \\
|
||||
done
|
||||
$(MAKE) -C WORK/ios-$*/cmake
|
||||
|
||||
build-%:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue