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:
906af4a
)
Second update.
author
Brian Aker
<brian@tangent.org>
Wed, 1 May 2013 11:00:14 +0000
(07:00 -0400)
committer
Brian Aker
<brian@tangent.org>
Wed, 1 May 2013 11:00:14 +0000
(07:00 -0400)
bootstrap.sh
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index cd8c5d12dd8c78267edffae2b266a124022da944..42fe335330ce9534bd588b3d8490123c1b2805d5 100755
(executable)
--- a/
bootstrap.sh
+++ b/
bootstrap.sh
@@
-889,21
+889,6
@@
function make_for_continuus_integration ()
assert_no_file 'Makefile' 'Programmer error, Makefile existed where build state should have been clean'
case $HOST_OS in
- *-fedora-*)
- run_configure
-
- assert_exec_file 'configure'
- assert_file 'Makefile'
-
- make_target 'all'
-
- # make rpm includes "make distcheck"
- if [[ -f rpm.am ]]; then
- make_rpm
- elif [[ -d rpm ]]; then
- make_rpm
- fi
- ;;
*)
make_jenkins_default
;;