mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-20 16:10:29 +00:00
Remove dependency from 'which' utility
Debian declared the 'which' utility as deprecated. Fixes #4319
This commit is contained in:
committed by
Christian Helmuth
parent
293d545b97
commit
4cfd954e1e
@ -3,7 +3,7 @@
|
||||
#
|
||||
GENODE_ROOT_DIR = $(BASE_DIR)/../..
|
||||
GENODE_VERSION := $(shell \
|
||||
which git > /dev/null \
|
||||
command -v git > /dev/null \
|
||||
&& git -C $(GENODE_ROOT_DIR) describe --dirty=" <local changes>" 2> /dev/null \
|
||||
&& exit 0 \
|
||||
|| \
|
||||
|
Reference in New Issue
Block a user