[DEBUG] makefile error
This commit is contained in:
parent
cb8010af47
commit
57ef468e1c
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user