Revisió e4de91ec
Afegit per Roger Pueyo Centelles fa casi 11 anys
| Makefile | ||
|---|---|---|
|
include targets.mk
|
||
|
|
||
|
PROFILE ?= ath-qmp-tiny-node
|
||
|
TIMESTAMP = $(shell date +%Y%m%d_%H%M)
|
||
|
TIMESTAMP = $(shell date +%Y%m%d-%H%M)
|
||
|
|
||
|
#Checking if developer mode is enabled and if target is defined before
|
||
|
$(eval $(if $(DEV),QMP_GIT=$(QMP_GIT_RW),QMP_GIT=$(QMP_GIT_RO)))
|
||
També disponible a: Unified diff
Fix #373. Use a hyphen instead of an underscore in the timestamp between date and time