X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=bootstrap.sh;h=22c687e80a66e8a0cfa81be46a47746a00944116;hb=f11376b6b5e8556138a15e01d79222775a0f286d;hp=4e2a078e50b65c6d7162caf131f08d90640c9b63;hpb=b30da3e793829246675966830c668c3f60496e07;p=m6w6%2Flibmemcached diff --git a/bootstrap.sh b/bootstrap.sh index 4e2a078e..22c687e8 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -890,41 +890,15 @@ function make_for_continuus_integration () assert_exec_file 'configure' assert_file 'Makefile' + make_target 'all' + # make rpm includes "make distcheck" if [[ -f rpm.am ]]; then - make_target 'all' make_rpm elif [[ -d rpm ]]; then - make_target 'all' make_rpm - else - make_distcheck fi ;; - *-precise-*) - run_configure - - assert_exec_file 'configure' - assert_file 'Makefile' - - make_distcheck - ;; - *-quantal-*) - run_configure - - assert_exec_file 'configure' - assert_file 'Makefile' - - make_distcheck - ;; - *-raring-*) - run_configure - - assert_exec_file 'configure' - assert_file 'Makefile' - - make_distcheck - ;; *) make_jenkins_default ;;