From d0093562b281634fa32943ace88a134c397b411d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sat, 8 Jan 2011 18:36:56 +1030 Subject: [PATCH] Makefile: append git revision to "make scores" Good for testing ccanlint changes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de219725..e10c9601 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ EXCLUDE=wwviaudio ogg_to_pcm jmap jbitset nfs # Where make scores puts the results -SCOREDIR=scores/$(shell whoami)/$(shell uname -s)-$(shell uname -m)-$(CC) +SCOREDIR=scores/$(shell whoami)/$(shell uname -s)-$(shell uname -m)-$(CC)-$(shell git describe --always --dirty) ALL=$(filter-out $(EXCLUDE), $(REALLY_ALL)) -- 2.39.2