From: Rusty Russell Date: Sat, 8 Jan 2011 08:06:56 +0000 (+1030) Subject: Makefile: append git revision to "make scores" X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=d0093562b281634fa32943ace88a134c397b411d;ds=inline Makefile: append git revision to "make scores" Good for testing ccanlint changes. --- 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))