[DEBUG] makefile error

This commit is contained in:
Edouard DUPIN 2013-03-06 21:30:57 +01:00
parent cb8010af47
commit 57ef468e1c

View File

@ -191,8 +191,8 @@ ifeq ("$(DEBUG)","1")
$(Q)rm tmpPass.boo $(Q)rm tmpPass.boo
else else
@# keytool is situated in $(JAVA_HOME)/bin ... @# keytool is situated in $(JAVA_HOME)/bin ...
@#TODO : call the user the pass and the loggin he want ...
$(if $(wildcard ./config/AndroidKey_$(PROJECT_NAME2).jks),$(empty), \ $(if $(wildcard ./config/AndroidKey_$(PROJECT_NAME2).jks),$(empty), \
#TODO : call the user the pass and the loggin he want ...
$(Q)echo "./config/$(PROJECT_NAME2).jks <== dynamic key (NOTE : It might ask some question to generate the key for android)" ; \ $(Q)echo "./config/$(PROJECT_NAME2).jks <== dynamic key (NOTE : It might ask some question to generate the key for android)" ; \
$(Q)keytool -genkeypair -v \ $(Q)keytool -genkeypair -v \
-keystore ./config/$(PROJECT_NAME2).jks \ -keystore ./config/$(PROJECT_NAME2).jks \