Changeset 75 in kBuild for trunk/kBuild/header.kmk
- Timestamp:
- May 31, 2004 8:05:15 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r73 r75 244 244 # 245 245 # Message macros. 246 # 246 # 247 247 248 ifndef BUILD_QUIET 249 ifdef BUILD_DEBUG 250 BUILD_VERBOSE := 9 251 endif 248 252 MSG_L1 = @echo "kBuild: $1" 249 253 ifdef BUILD_VERBOSE 250 254 MSG_L2 = @echo "kBuild: $1" 251 else 255 QUIET := 256 else 257 QUIET := @ 252 258 MSG_L2 = 253 259 endif … … 258 264 endif 259 265 else 266 QUIET := 260 267 MSG_L1 = 261 268 MSG_L2 =
Note:
See TracChangeset
for help on using the changeset viewer.