projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40b318
)
Makefile: exclude Judy-depending libraries as well as nfs
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 10 Nov 2010 05:18:31 +0000
(15:48 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 10 Nov 2010 05:18:31 +0000
(15:48 +1030)
(nfs gives warnings on build, make ccanlint unhappy).
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 57d207f1ad3a2ad4bfaee991a236c244ea31d7b0..de219725ea7301c96743e1e4064bc91eed6965b8 100644
(file)
--- 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)