[Android] apkclean: use --force for rm

Ludovic Fauvet git at videolan.org
Thu Jun 21 12:40:24 CEST 2012


android | branch: master | Ludovic Fauvet <etix at videolan.org> | Thu Jun 21 12:23:37 2012 +0200| [00c91d6b5cd5de0b634f054b83190c33ac5c62cc] | committer: Ludovic Fauvet

apkclean: use --force for rm

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=00c91d6b5cd5de0b634f054b83190c33ac5c62cc
---

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 92db0cc..1e1752f 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ $(LIBVLCJNI): $(JNI_SOURCES) $(LIBVLCJNI_H) $(PRIVATE_LIBS)
 		VLC_MODULES="$$vlc_modules"
 
 apkclean:
-	rm $(VLC_APK)
+	rm -f $(VLC_APK)
 
 clean:
 	cd $(SRC) && rm -rf gen libs obj bin $(VLC_APK)



More information about the Android mailing list