Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: Make dependency directory creation less noisy
author
Ramsay Jones
<ramsay@ramsay1.demon.co.uk>
Sun, 11 Sep 2011 19:40:18 +0000
(20:40 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 11 Sep 2011 20:50:44 +0000
(13:50 -0700)
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
dfea575
)
diff --git
a/Makefile
b/Makefile
index df361737b085bc2a7fb0f624913a3812d28536b2..3ea0a788886b395fc4e6857cfcfe1b53a712aa9d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1684,7
+1684,7
@@
C_OBJ := $(filter-out $(ASM_OBJ),$(OBJECTS))
ifdef COMPUTE_HEADER_DEPENDENCIES
dep_dirs := $(addsuffix deps,$(sort $(dir $(OBJECTS))))
$(dep_dirs):
- mkdir -p $@
+
@
mkdir -p $@
missing_dep_dirs := $(filter-out $(wildcard $(dep_dirs)),$(dep_dirs))
else