X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=1063f4c57d05b4bd4369f282fb68999d173f74f0;hp=57d207f1ad3a2ad4bfaee991a236c244ea31d7b0;hb=444fade529f68eb2b0aebbc8de442478c5c6f916;hpb=5c5cd4b84c0dfac65356979cf13b72c3ea9ae62c diff --git a/Makefile b/Makefile index 57d207f1..1063f4c5 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ # Trying to build the whole repo is usually a lose; there will be some # dependencies you don't have. -EXCLUDE=wwviaudio ogg_to_pcm +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)) @@ -101,7 +101,7 @@ summary-check-%: tools/ccanlint/ccanlint $(OBJFILES) tools/ccanlint/ccanlint -s -d ccan/$* summary-fastcheck-%: tools/ccanlint/ccanlint $(OBJFILES) - tools/ccanlint/ccanlint -t $(FASTTIMEOUT) -s -d ccan/$* + tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s -d ccan/$* ccan/%/info: ccan/%/_info $(CC) $(CCAN_CFLAGS) -o $@ -x c $<