Skip to content

Commit

Permalink
META_MODE: Don't create obj directories automatically when running ma…
Browse files Browse the repository at this point in the history
…ke -V.

Sponsored by:	EMC / Isilon Storage Division
  • Loading branch information
bdrewery committed Sep 16, 2015
1 parent 83981e3 commit 8d4b810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/mk/sys.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ __DEFAULT_DEPENDENT_OPTIONS= \
.endif
.if ${MK_AUTO_OBJ} == "yes"
# This needs to be done early - before .PATH is computed
# Don't do this if just running make -V
.if ${.MAKEFLAGS:M-V} == ""
.sinclude <auto.obj.mk>
.endif
.endif

.endif

Expand Down

0 comments on commit 8d4b810

Please sign in to comment.