Changeset 19112

Show
Ignore:
Timestamp:
08/04/06 09:55:28 (2 years ago)
Author:
dshipton
Message:

Clean up failure output and make sure —no-deps is specified.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/macros/jccl.m4

    r19104 r19112  
    5151    if ! (eval $FLAGPOLL --help >/dev/null 2>&1) 2>&1 ; then 
    5252        FLAGPOLL='no' 
    53         echo "*** The flagpoll metadata file installed by JCCL could not be found" 
    54         echo "*** If JCCL was installed in PREFIX, make sure PREFIX/bin is in" 
    55         echo "*** your path, or set the FLAGPOLL environment variable to the" 
    56         echo "*** full path to flagpoll." 
     53        echo "*** Flagpoll is required to build jackal." 
     54        echo "*** Please check that the PATH variable is set to " 
     55        echo "*** include the proper path to flagpoll." 
    5756    fi 
    5857]) 
  • juggler/trunk/macros/sonix.m4

    r19110 r19112  
    6464    fi 
    6565 
    66     sonix_flagpoll_args="sonix $sonix_flagpoll_args
     66    sonix_flagpoll_args="sonix $sonix_flagpoll_args --no-deps
    6767 
    6868    AC_PATH_PROG(FLAGPOLL, flagpoll, no) 
     
    9292    if test "x$no_sonix" != x ; then 
    9393        if test "$FLAGPOLL" = "no" ; then 
    94             echo "*** The metadata file that flagpoll uses to lookup information
    95             echo "*** about sonix is missing.  Please specify where it is
    96             echo "*** if you are not using the global build." 
     94           echo "*** Flagpoll is required to build sonix.
     95           echo "*** Please check that the PATH variable is set to
     96           echo "*** include the proper path to flagpoll." 
    9797        fi 
    9898        SNX_CXXFLAGS="" 
  • juggler/trunk/macros/tweek.m4

    r19100 r19112  
    5151    if ! (eval $FLAGPOLL --help >/dev/null 2>&1) 2>&1 ; then 
    5252        FLAGPOLL='no' 
    53         echo "*** The tweek-config script installed by Tweek could not be found" 
    54         echo "*** If Tweek was installed in PREFIX, make sure PREFIX/bin is in" 
    55         echo "*** your path, or set the TWEEK_CONFIG environment variable to the" 
    56         echo "*** full path to tweek-config." 
     53        echo "*** Flagpoll is required to build tweek." 
     54        echo "*** Please check that the PATH variable is set to " 
     55        echo "*** include the proper path to flagpoll." 
    5756    fi 
    5857]) 
  • juggler/trunk/macros/vpr.m4

    r19097 r19112  
    5757    fi 
    5858 
    59     vpr_flagpoll_args="vpr $vpr_flagpoll_args
     59    vpr_flagpoll_args="vpr $vpr_flagpoll_args --no-deps
    6060 
    6161    AC_PATH_PROG(FLAGPOLL, flagpoll, no) 
     
    8787    if test "x$no_vpr" != x ; then 
    8888        if test "$FLAGPOLL" = "no" ; then 
    89             echo "*** The vpr-config script installed by VPR could not be found" 
    90             echo "*** If VPR was installed in PREFIX, make sure PREFIX/bin is in" 
    91             echo "*** your path, or set the FLAGPOLL environment variable to the" 
    92             echo "*** full path to vpr-config." 
     89           echo "*** Flagpoll is required to build vapor." 
     90           echo "*** Please check that the PATH variable is set to " 
     91           echo "*** include the proper path to flagpoll." 
    9392        fi 
    9493