Explorar el Código

Fix VERSION: add opton --always to git describe

tags/v1.9
tmk hace 10 años
padre
commit
7e8a85caad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      common.mk

+ 1
- 1
common.mk Ver fichero

@@ -74,7 +74,7 @@ ifdef KEYMAP_SECTION_ENABLE
endif

# Version string
OPT_DEFS += -DVERSION=$(shell (git describe --dirty || echo 'unknown') 2> /dev/null)
OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)


# Search Path

Cargando…
Cancelar
Guardar