Merge branch 'rj/quietly-create-dep-dir'
* rj/quietly-create-dep-dir: Makefile: Make dependency directory creation less noisy
This commit is contained in:
commit
eb0e0dd5e6
2
Makefile
2
Makefile
@ -1903,7 +1903,7 @@ dep_dirs := $(addsuffix .depend,$(sort $(dir $(OBJECTS))))
|
|||||||
|
|
||||||
ifdef COMPUTE_HEADER_DEPENDENCIES
|
ifdef COMPUTE_HEADER_DEPENDENCIES
|
||||||
$(dep_dirs):
|
$(dep_dirs):
|
||||||
mkdir -p $@
|
@mkdir -p $@
|
||||||
|
|
||||||
missing_dep_dirs := $(filter-out $(wildcard $(dep_dirs)),$(dep_dirs))
|
missing_dep_dirs := $(filter-out $(wildcard $(dep_dirs)),$(dep_dirs))
|
||||||
dep_file = $(dir $@).depend/$(notdir $@).d
|
dep_file = $(dir $@).depend/$(notdir $@).d
|
||||||
|
Loading…
Reference in New Issue
Block a user