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

(-)a/make/common/MakeBase.gmk (+1 lines)
Lines 974-979 DependOnVariableFileName = \ Link Here
974
# Param 2 - (optional) name of file to store value in
974
# Param 2 - (optional) name of file to store value in
975
DependOnVariableHelper = \
975
DependOnVariableHelper = \
976
    $(strip \
976
    $(strip \
977
        $(eval $(call DependOnVariableFileName, $1, $2):$(NEWLINE)	true) \
977
        $(eval -include $(call DependOnVariableFileName, $1, $2)) \
978
        $(eval -include $(call DependOnVariableFileName, $1, $2)) \
978
        $(if $(call equals, $(strip $($1)), $(strip $($1_old))),,\
979
        $(if $(call equals, $(strip $($1)), $(strip $($1_old))),,\
979
          $(call MakeDir, $(dir $(call DependOnVariableFileName, $1, $2))) \
980
          $(call MakeDir, $(dir $(call DependOnVariableFileName, $1, $2))) \

Return to bug 706012