From 93370493c90a17f99a58eb31b2d671255e351969 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 1 May 2013 07:00:14 -0400 Subject: [PATCH] Second update. --- bootstrap.sh | 15 --------------- 1 file changed, 15 deletions(-) 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 ;; -- 2.30.2