Changeset 3771 for trunk/freewrt/scripts
- Timestamp:
- 06/25/08 19:51:10 (5 months ago)
- Files:
-
- trunk/freewrt/scripts/scan-tools.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/scan-tools.sh
r3646 r3771 257 257 printf '/^HOSTCFLAGS/s/$/ -fno-tree-vrp/\nwq\n' | ed -s ../prereq.mk 258 258 259 if ! which cpp >/dev/null 2>&1; then 260 echo You must install a C præprocessor to continue. 261 echo 262 out=1 263 fi 264 259 265 if ! which flex >/dev/null 2>&1; then 260 266 echo You must install flex to continue.


