Skip to content
Snippets Groups Projects
Commit f8e674bf authored by vas's avatar vas
Browse files

prefix git with shell

parent 016178d8
No related branches found
No related tags found
1 merge request!4610port build system to make
MAKEFLAGS += -r MAKEFLAGS += -r
HASH := $(shell git rev-list -n 1 --abbrev-commit HEAD) HASH := $(shell git rev-list -n 1 --abbrev-commit HEAD)
COMMIT := $(git rev-parse --short HEAD) COMMIT := $(shell git rev-parse --short HEAD)
uname := $(shell uname -s) uname := $(shell uname -s)
arch := $(shell uname -m) arch := $(shell uname -m)
TWEEGO := $(shell command -v tweego || echo "$$?") TWEEGO := $(shell command -v tweego || echo "$$?")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment