## Enhancement The BAZEL_CMD_CONFIG is always set in Makefile.common, since it uses `:=` while if it was `?=` instead, it would only be set if not already set.
Enhancement
The BAZEL_CMD_CONFIG is always set in Makefile.common, since it uses
:=while if it was?=instead, it would only be set if not already set.