summaryrefslogtreecommitdiffstats
path: root/android/CustomTarget_sdremote.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-22 14:49:13 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-22 14:50:39 +0300
commitb34b7c93bd35e63fedf280e93a714511fdf436b2 (patch)
tree38882922f979cdcfe72ee4e833b2e41b89fb313a /android/CustomTarget_sdremote.mk
parentoox: fix doxygen errors in ole headers (diff)
downloadcore-b34b7c93bd35e63fedf280e93a714511fdf436b2.tar.gz
core-b34b7c93bd35e63fedf280e93a714511fdf436b2.zip
flock is not portable, so use different approach
Change-Id: I4a864ddd3681101c8c5d0943d2761ac85bf4161f
Diffstat (limited to 'android/CustomTarget_sdremote.mk')
-rw-r--r--android/CustomTarget_sdremote.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/android/CustomTarget_sdremote.mk b/android/CustomTarget_sdremote.mk
index e3f08d7cef96..ae053508bc3e 100644
--- a/android/CustomTarget_sdremote.mk
+++ b/android/CustomTarget_sdremote.mk
@@ -12,13 +12,9 @@ sdremote_DIR := $(call gb_CustomTarget_get_workdir,android/sdremote)
$(call gb_CustomTarget_get_target,android/sdremote) : $(sdremote_DIR)/done
-$(sdremote_DIR)/done : $(gb_Helper_PHONY)
+$(sdremote_DIR)/done :
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MAK,1)
-# Lock needed to serialize the Ant cleaning/building which cleans/builds also
-# abs-lib both for DocumentLoader and sdremote. We don't want one Ant to be
-# cleaning out abs-lib while another is building stuff that depends on
-# it. yeah, this sucks
- cd $(SRCDIR)/android/sdremote && flock $(SRCDIR)/android/lock sh -c "$(MAKE) clean && $(MAKE) all"
+ cd $(SRCDIR)/android/sdremote && $(MAKE) clean && $(MAKE) all
mkdir -p $(SRCDIR)/instsetoo_native/$(INPATH)/bin
cp $(SRCDIR)/android/sdremote/bin/ImpressRemote-debug.apk $(SRCDIR)/instsetoo_native/$(INPATH)/bin