Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-bal
/
2f7f9be8941af148780a5b9a653ea1fa527070b3
/
.
/
bal_release
/
mk
/
Makefile.initial_config
blob: 541ec848adc1e7b19da04cafd59fd5f9ca62073e [
file
] [
log
] [
blame
]
ifeq
(
"$(TERM)"
,
"dumb"
)
BOLD_PRINT
:=
printf
"\n---- %s --------------------------------------------------\n"
else
BOLD_PRINT
?=
printf
"[01m%s[0m\n"
endif
export
BOLD_PRINT