summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-06-01 23:08:04 +0200
committerJean-Baptiste Queru <jbq@google.com>2011-06-01 23:08:15 +0200
commit82da01d6a32c4fbfe57155c119d4669d7faba438 (patch)
treee699648a4eaffbafbb3e135917fac12debec7714
parentMerge "Free allocated struct after freeing field" (diff)
parentMerge "Mute unharmful build warning at the top of the build log:" into gingerbread (diff)
downloadandroid_bootable_recovery-82da01d6a32c4fbfe57155c119d4669d7faba438.tar
android_bootable_recovery-82da01d6a32c4fbfe57155c119d4669d7faba438.tar.gz
android_bootable_recovery-82da01d6a32c4fbfe57155c119d4669d7faba438.tar.bz2
android_bootable_recovery-82da01d6a32c4fbfe57155c119d4669d7faba438.tar.lz
android_bootable_recovery-82da01d6a32c4fbfe57155c119d4669d7faba438.tar.xz
android_bootable_recovery-82da01d6a32c4fbfe57155c119d4669d7faba438.tar.zst
android_bootable_recovery-82da01d6a32c4fbfe57155c119d4669d7faba438.zip
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index dcc6a49ab..c8f61f41d 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -51,7 +51,7 @@ inc := $(call intermediates-dir-for,PACKAGING,updater_extensions)/register.inc
junk := $(shell mkdir -p $(dir $(inc));\
echo $(TARGET_RECOVERY_UPDATER_LIBS) > $(inc).temp;\
- diff -q $(inc).temp $(inc).list || cp -f $(inc).temp $(inc).list)
+ diff -q $(inc).temp $(inc).list 2>/dev/null || cp -f $(inc).temp $(inc).list)
$(inc) : libs := $(TARGET_RECOVERY_UPDATER_LIBS)
$(inc) : $(inc).list