Changeset 698 in kBuild
- Timestamp:
- Dec 10, 2006 7:27:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r696 r698 701 701 MSG_L1 = @$(ECHO) "kBuild: $1 $2" 702 702 MSG_L2 = @$(ECHO) "kBuild: $1" 703 if eq ($(KBUILD_VERBOSE),full)703 ifneq ($(KBUILD_VERBOSE),full) 704 704 QUIET2:= @ 705 705 else
Note:
See TracChangeset
for help on using the changeset viewer.