Skip to content

Commit 88c7916

Browse files
committed
Don't log the environment any more.
1 parent d9747b9 commit 88c7916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ab.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ignored-variables = MAKE_RESTARTS .VARIABLES MAKECMDGOALS MAKEFLAGS MFLAGS PAGER
9191
$(shell mkdir -p $(OBJ))
9292
$(file >$(OBJ)/newvars.txt,$(foreach v,$(filter-out $(ignored-variables),$(.VARIABLES)),$(v)=$($(v))$(newline)))
9393
$(shell touch $(OBJ)/vars.txt)
94-
$(shell diff -u $(OBJ)/vars.txt $(OBJ)/newvars.txt >&2)
94+
#$(shell diff -u $(OBJ)/vars.txt $(OBJ)/newvars.txt >&2)
9595
$(shell cmp -s $(OBJ)/newvars.txt $(OBJ)/vars.txt || (rm -f $(OBJ)/build.ninja && echo "Environment changed --- regenerating" >&2))
9696
$(shell mv $(OBJ)/newvars.txt $(OBJ)/vars.txt)
9797

0 commit comments

Comments
 (0)