From: Brian Aker Date: Wed, 1 May 2013 11:00:14 +0000 (-0400) Subject: Second update. X-Git-Tag: 1.0.18~24^2~7 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=93370493c90a17f99a58eb31b2d671255e351969;p=awesomized%2Flibmemcached Second update. --- diff --git a/bootstrap.sh b/bootstrap.sh index cd8c5d12..42fe3353 100755 --- 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 ;;