diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2012-10-13 13:05:29 +0530 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2015-10-06 16:11:54 -0700 |
commit | ad48df475f6d4e3e8c6079da6779e7388d2a4b10 (patch) | |
tree | a99ba5c18156b45a63650f404271a8956ae2ee19 /core/pdk_config.mk | |
parent | 978e50cc263f244e0f364faa5bc459a814683d33 (diff) | |
download | build-ad48df475f6d4e3e8c6079da6779e7388d2a4b10.zip build-ad48df475f6d4e3e8c6079da6779e7388d2a4b10.tar.gz build-ad48df475f6d4e3e8c6079da6779e7388d2a4b10.tar.bz2 |
build-with-colors: moar colors
- rename CL_PFX and CL_INS to better match the
colors they show.
- add more colors.
Output of:
- most host stuff is yellow
- most target stuff is green
- installing/copying files is cyan
- import/export includes and notice files is cyan
- bootimage/recoveryimage is cyan
- and some more colors in many places ;)
Change-Id: I5532afa4ba608e0a7c408516dc9f912f9ca389f7
Diffstat (limited to 'core/pdk_config.mk')
-rw-r--r-- | core/pdk_config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pdk_config.mk b/core/pdk_config.mk index 262b50e..148c370 100644 --- a/core/pdk_config.mk +++ b/core/pdk_config.mk @@ -116,7 +116,7 @@ endif endif $(_pdk_fusion_stamp) : $(PDK_FUSION_PLATFORM_ZIP) - @echo "Unzip $(dir $@) <- $<" + @echo -e ${CL_YLW}"Unzip"${CL_RST}" $(dir $@) <- $<" $(hide) rm -rf $(dir $@) && mkdir -p $(dir $@) $(hide) unzip -qo $< -d $(dir $@) $(call split-long-arguments,-touch,$(_pdk_fusion_files)) |