commit | 2f7f9be8941af148780a5b9a653ea1fa527070b3 | [log] [tgz] |
---|---|---|
author | Shad Ansari <developer@Carbon.local> | Wed Jun 07 13:34:53 2017 -0700 |
committer | Shad Ansari <developer@Carbon.local> | Wed Jun 07 13:34:53 2017 -0700 |
tree | 1452a3ff4806f50a4e31a45a6ce2d204beffcbb7 | |
parent | da9f86b5cbba5060e745b4e553c00ba089eff245 [diff] [blame] |
BAL and Maple Release 2.2 Signed-off-by: Shad Ansari <developer@Carbon.local>
diff --git a/bal_release/mk/Makefile.initial_config b/bal_release/mk/Makefile.initial_config new file mode 100644 index 0000000..541ec84 --- /dev/null +++ b/bal_release/mk/Makefile.initial_config
@@ -0,0 +1,6 @@ +ifeq ("$(TERM)", "dumb") + BOLD_PRINT := printf "\n---- %s --------------------------------------------------\n" +else + BOLD_PRINT?=printf "[01m%s[0m\n" +endif +export BOLD_PRINT