Skip to content

Commit

Permalink
Merge branch 'rj/quietly-create-dep-dir'
Browse files Browse the repository at this point in the history
* rj/quietly-create-dep-dir:
  Makefile: Make dependency directory creation less noisy
  • Loading branch information
Junio C Hamano committed Oct 5, 2011
2 parents 6f62cd7 + 435bd2a commit eb0e0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb0e0dd

Please sign in to comment.