Changeset e722055 in freewrt
- Timestamp:
- Jul 19, 2006, 12:25:40 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 3397da8
- Parents:
- 0e4431f
- File:
-
- 1 edited
-
scripts/scan-tools.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts/scan-tools.sh
r0e4431f re722055 111 111 fi 112 112 113 echo '%%' | flex - 114 if fgrep _POSIX_SOURCE lex.yy.c; then 115 echo Your lexer \(flex\) contains a broken skeleton. 116 if [[ $NO_ERROR = 1 ]]; then 117 echo WARNING: continue at your own risk. 118 echo Some packages may be broken. 119 else 120 echo You can continue the build by issuing \'make prereq-noerror\' 121 echo However, several packages may faild to build correctly. 122 exit 1 123 fi 124 fi 125 113 126 if ! which bison >/dev/null 2>&1; then 114 127 echo You must install GNU Bison to continue.
Note:
See TracChangeset
for help on using the changeset viewer.
