move if not exists
This commit is contained in:
parent
f040fa9862
commit
3c6274a763
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ out.apk: AndroidManifest.xml gen/classes.dex $(KEY_PATH)
|
|||
@$(JARSIGNER) -keystore $(KEY_PATH) -storepass '$(KEY_PASS)' $@.tmp $(KEY_NAME)
|
||||
@$(ZIPALIGN) -f 4 $@.tmp $@
|
||||
|
||||
-@mv -f $@.tmp $@
|
||||
-@if [ ! -r "$@" ]; then mv -f $@.tmp $@; fi
|
||||
|
||||
gen/classes.dex: prepare $(CLSS)
|
||||
-@echo removing R classes to economy some space
|
||||
|
|
Loading…
Reference in a new issue