From f11376b6b5e8556138a15e01d79222775a0f286d Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sun, 28 Apr 2013 06:43:40 -0400 Subject: [PATCH] Move logic to specific distcheck --- bootstrap.sh | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) 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 ;; -- 2.30.2