diff options
Diffstat (limited to 'buildlib/defaults.mak')
-rw-r--r-- | buildlib/defaults.mak | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buildlib/defaults.mak b/buildlib/defaults.mak index c6a2c15d7..9b011301e 100644 --- a/buildlib/defaults.mak +++ b/buildlib/defaults.mak @@ -26,7 +26,9 @@ # but by explicly setting the BUILD variable. Make is invoked from # within the source itself which is much more compatible with compilation # environments. +ifndef NOISY .SILENT: +endif # Search for the build directory ifdef BUILD @@ -51,7 +53,7 @@ BIN := $(BUILD)/bin LIB := $(BIN) OBJ := $(BUILD)/obj/$(SUBDIR) DEP := $(OBJ) -DOC := $(BUILD)/doc +DOC := $(BUILD)/docs # Module types LIBRARY_H = $(BASE)/buildlib/library.mak |