diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:15 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:15 +0000 |
commit | 93bf083d699c60f1ac40297bfa6783fb0cb800d8 (patch) | |
tree | 456e6c73d98b317d85cbea60728cf9e93546bbd8 /buildlib/defaults.mak | |
parent | 779e5b002e216565108cdb4ad9598e1af650f004 (diff) |
Sync
Author: jgg
Date: 1998-10-30 07:53:30 GMT
Sync
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 |