wmii/mk/wmii.mk

8 lines
226 B
Makefile
Raw Normal View History

2008-03-14 16:04:34 +03:00
VERS = hg$$(hg identify -n)
VERS = hg$$(hg log -r $$(hg id | awk -F'[+ ]' '{print $$1}') --template '{rev}')
2008-03-14 16:04:34 +03:00
VERSION = $(VERS)
VERSION := $(shell echo $(VERS) 2>/dev/null)
VERSION != echo $(VERS) 2>/dev/null
CONFVERSION = hg