aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2013-12-28 19:06:21 -0500
committerS. Davilla <davilla@4pi.com>2013-12-28 19:09:57 -0500
commite48b8f9a82e260e3780b7fa159084203d55e0dbf (patch)
tree61e7fd71faaf32d17acfe5f023e30ca0c648aa43 /tools
parent4f66ff69f0fdd2f38014181f7a8ae03ca7800907 (diff)
droid: fixed, do not fail removing files that might not exist
Diffstat (limited to 'tools')
-rw-r--r--tools/android/packaging/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/android/packaging/Makefile b/tools/android/packaging/Makefile
index fce27c8e27..63fdfdc1e0 100644
--- a/tools/android/packaging/Makefile
+++ b/tools/android/packaging/Makefile
@@ -121,8 +121,8 @@ clean:
rm -rf xbmc/obj
rm -rf xbmc/res/raw
rm -rf tmp
- rm xbmc/res/drawable/splash.png
- rm xbmc/src/R.java
- rm xbmc/classes.dex
+ rm -f xbmc/res/drawable/splash.png
+ rm -f xbmc/src/R.java
+ rm -f xbmc/classes.dex
.PHONY: arm armeabi-v7a x86 force extras libs