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))) \ |