OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GIT_VERSION
(Results
1 - 2
of
2
) sorted by null
/external/linux-kselftest/tools/testing/selftests/powerpc/
Makefile
9
GIT_VERSION
= $(shell git describe --always --long --dirty || echo "unknown")
11
CFLAGS := -Wall -O2 -Wall -Werror -DGIT_VERSION='"$(
GIT_VERSION
)"' -I$(CURDIR) $(CFLAGS)
harness.c
102
test_set_git_version(
GIT_VERSION
);
Completed in 1540 milliseconds