From: Rusty Russell Date: Wed, 10 Nov 2010 05:18:31 +0000 (+1030) Subject: Makefile: exclude Judy-depending libraries as well as nfs X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=191d257ebf6a138a2275d05328e01e4a3850f1b2 Makefile: exclude Judy-depending libraries as well as nfs (nfs gives warnings on build, make ccanlint unhappy). --- diff --git a/Makefile b/Makefile index 57d207f1..de219725 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # 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)