Changeset af632b3 in freewrt
- Timestamp:
- Sep 7, 2006, 9:14:16 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- b2dd798d
- Parents:
- 412a1a9
- File:
-
- 1 edited
-
scripts/scan-tools.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts/scan-tools.sh
r412a1a9 raf632b3 108 108 echo You must install flex to continue. 109 109 out=1 110 fi 111 112 echo '%%' | flex - 113 if fgrep _POSIX_SOURCE lex.yy.c; then 114 echo Your lexer \(flex\) contains a broken skeleton.115 if [[ $NO_ERROR = 1 ]]; then116 echo WARNING: continue at your own risk.117 e cho Some packages may be broken.118 else119 echo You can continue the build by issuing \'make prereq-noerror\'120 echo However, several packages may faild to build correctly.121 out=1110 else 111 echo '%%' | flex - 112 if fgrep _POSIX_SOURCE lex.yy.c; then 113 echo Your lexer \(flex\) contains a broken skeleton. 114 if [[ $NO_ERROR = 1 ]]; then 115 echo WARNING: continue at your own risk. 116 echo Some packages may be broken. 117 else 118 echo You can continue the build by issuing \'make prereq-noerror\' 119 echo However, several packages may faild to build correctly. 120 out=1 121 fi 122 122 fi 123 123 fi
Note:
See TracChangeset
for help on using the changeset viewer.
