Revisió 1f0387c1
Afegit per Pau Escrich fa aproximadament 14 anys
| Makefile | ||
|---|---|---|
|
|
||
|
include targets.mk
|
||
|
|
||
|
TIMESTAMP = $(shell date +%d%m%y_%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
Small change in timestamp to make it compatible with the new upgrade system