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:
Ghislain MARY 2015-06-08 12:29:34 +02:00
parent 966f277b82
commit 21024898ed

View file

@ -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-%: