I've searched the documentation for Make and online forums. I've also searched the documentation for Bash. Maybe I've missed something.
I have a makefile containing
BUILD_SYSTEM :=$= build/make/core
BUILD_SYSTEM_COMMON :=$= build/make/common
include $(BUILD_SYSTEM_COMMON)/core.mk
What doe the $= mean?