projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f11376b
)
Adding all for bootstrap
author
Brian Aker
<brian@tangent.org>
Sun, 28 Apr 2013 11:03:31 +0000
(07:03 -0400)
committer
Brian Aker
<brian@tangent.org>
Sun, 28 Apr 2013 11:03:31 +0000
(07:03 -0400)
bootstrap.sh
patch
|
blob
|
history
man/include.am
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index 22c687e80a66e8a0cfa81be46a47746a00944116..6a93c970553b2509bb62d47cae14e27017517fdc 100755
(executable)
--- a/
bootstrap.sh
+++ b/
bootstrap.sh
@@
-579,6
+579,7
@@
function make_valgrind ()
TESTS_ENVIRONMENT="$VALGRIND_COMMAND"
fi
+ make_target 'all'
make_target 'check'
ret=$?
diff --git
a/man/include.am
b/man/include.am
index 3b68557a7937836efb7dd92770c4043742f099ee..0a84bf7139653f543fa6eb6d656193c65eaf4b62 100644
(file)
--- a/
man/include.am
+++ b/
man/include.am
@@
-5,11
+5,8
@@
if HAVE_RECENT_SPHINX
if IS_VCS_CHECKOUT
-dist-hook: man
-
# Build rule for documentation
$(dist_man_MANS): man
-
BUILT_SOURCES+= $(dist_man_MANS)
endif