Changeset 3771

Show
Ignore:
Timestamp:
06/25/08 19:51:10 (4 months ago)
Author:
tg
Message:

some GNU/Linux distributions don’t have a dependency gcc ← cpp, it seems
Message-ID: <20080625194019.46811dc5.ms@freewrt.org>

Files:

Legend:

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

    r3646 r3771  
    257257    printf '/^HOSTCFLAGS/s/$/ -fno-tree-vrp/\nwq\n' | ed -s ../prereq.mk 
    258258 
     259if ! which cpp >/dev/null 2>&1; then 
     260        echo You must install a C præprocessor to continue. 
     261        echo 
     262        out=1 
     263fi 
     264 
    259265if ! which flex >/dev/null 2>&1; then 
    260266        echo You must install flex to continue.