最終更新:2015-08-27 (木) 02:58:20 (3604d)  

make showcommands
Top / make showcommands

$ make -j4 showcommands

AOSP/build/core/definitions.mk?

  • ifeq ($(strip $(SHOW_COMMANDS)),)
    define pretty
    @echo $1
    endef
    hide := @
    else
    define pretty
    endef
    hide :=
    endif

関連