Changeset 2204

Show
Ignore:
Timestamp:
03/20/07 13:30:58 (2 years ago)
Author:
tg
Message:

add GNU make 3.81 to the tools built (only if it's not yet installed)

agreed austriancoder@

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/scan-tools.sh

    r2176 r2204  
    198198        out=1 
    199199fi 
     200rm -f $topdir/lbin/gmake_vok 
    200201if (( (major < 3) || ((major == 3) && (minor < 81)) )); then 
    201         echo GNU make $major.$minor too old. 
    202         echo Please install GNU make 3.81 or higher to continue. 
    203         if [[ $NO_ERROR = 1 || -s /etc/debian_version || \ 
    204             -s /etc/fedora-release ]]; then 
    205                 echo WARNING: should abort here, continuing... 
    206         else 
    207                 echo You can override this check, see http://www.freewrt.org/trac/wiki/Documentation/FAQ for details. 
    208                 out=1 
    209         fi 
    210         echo 
     202        echo GNU make $major.$minor too old. Building gmake 3.81 later. 
     203else 
     204        echo vok=1 >$topdir/lbin/gmake_vok 
    211205fi 
    212206 
  • trunk/freewrt/tools/Makefile

    r2163 r2204  
    1111# These must be first 
    1212TARGETS+=       paxmirabilis 
     13TARGETS+=       gmake 
    1314TARGETS+=       sed 
    1415