Lines Matching defs:notice
5 # a legal notice, here is a blessing:
169 # @proj-indented-notice ?-error? ?-notice? msg
174 # For -error and -notice it uses user-notice.
176 # If the -notice flag it used then it emits using [user-notice], which
183 # If neither -notice nor -error are used, the message will be sent to
186 proc proj-indented-notice {args} {
193 set outFunc "user-notice"
195 -notice {
197 set outFunc "user-notice"
754 proj-indented-notice [subst -nocommands -nobackslashes {
1439 user-notice "Re-defining CC_FOR_BUILD to CC=[get-define CC]. To avoid this, explicitly pass CC_FOR_BUILD=..."