From 0ee705e9cc2fc25e336ad4f37421effc2bc148c4 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 8 Jun 2015 14:49:39 +0200 Subject: [PATCH] Improve make [arch] target. --- prepare.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prepare.py b/prepare.py index 7df811df4..3ae9d4fe1 100755 --- a/prepare.py +++ b/prepare.py @@ -161,8 +161,7 @@ def main(argv = None): arch_targets = "" for arch in makefile_platforms: arch_targets += """ -{arch}: - $(MAKE) -C WORK/ios-{arch}/cmake +{arch}: all-{arch} {arch}-build: @for package in $(packages); do \\