Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 567302
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/tools/gyp/pylib/gyp/generator/make.py
0
++ b/tools/gyp/pylib/gyp/generator/make.py
Lines 310-316 dirx = $(call unreplace_spaces,$(dir $(c Link Here
310
# We write to a dep file on the side first and then rename at the end
310
# We write to a dep file on the side first and then rename at the end
311
# so we can't end up with a broken dep file.
311
# so we can't end up with a broken dep file.
312
depfile = $(depsdir)/$(call replace_spaces,$@).d
312
depfile = $(depsdir)/$(call replace_spaces,$@).d
313
DEPFLAGS = -MMD -MF $(depfile).raw
313
# DEPFLAGS = -MMD -MF $(depfile).raw
314
314
315
# We have to fixup the deps output in a few ways.
315
# We have to fixup the deps output in a few ways.
316
# (1) the file output should mention the proper .o file.
316
# (1) the file output should mention the proper .o file.

Return to bug 567302