Projecte

General

Perfil

« Anterior | Següent » 

Revisió e4de91ec

Afegit per Roger Pueyo Centelles fa casi 9 anys

Fix #373. Use a hyphen instead of an underscore in the timestamp between date and time

Visualitza les diferències:

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