Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rj/quietly-create-dep-dir'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 5 Oct 2011 19:36:21 +0000
(12:36 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 5 Oct 2011 19:36:21 +0000
(12:36 -0700)
* rj/quietly-create-dep-dir:
Makefile: Make dependency directory creation less noisy
Makefile
patch
|
blob
|
history
raw
(from parent 1:
6f62cd7
)
diff --git
a/Makefile
b/Makefile
index 741aac424f11877e1fea39647ef39ba73de46639..4a8191c8d88d7160bcb994fb908396a452695da5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1903,7
+1903,7
@@
dep_dirs := $(addsuffix .depend,$(sort $(dir $(OBJECTS))))
ifdef COMPUTE_HEADER_DEPENDENCIES
$(dep_dirs):
- mkdir -p $@
+
@
mkdir -p $@
missing_dep_dirs := $(filter-out $(wildcard $(dep_dirs)),$(dep_dirs))
dep_file = $(dir $@).depend/$(notdir $@).d