Second update.
authorBrian Aker <brian@tangent.org>
Wed, 1 May 2013 11:00:14 +0000 (07:00 -0400)
committerBrian Aker <brian@tangent.org>
Wed, 1 May 2013 11:00:14 +0000 (07:00 -0400)
bootstrap.sh

index cd8c5d12dd8c78267edffae2b266a124022da944..42fe335330ce9534bd588b3d8490123c1b2805d5 100755 (executable)
@@ -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
       ;;