Lines Matching refs:hide
851 # Macro : hide
853 # Usage : $(hide)<make commands>
854 # Rationale: To be used as a prefix for Make build commands to hide them
861 # -->|$(hide) <build-commands>
867 hide = $(empty)
869 hide = @
917 $(hide) $$(PRIVATE_CC) $$(PRIVATE_CFLAGS) $$(call host-path,$$(PRIVATE_SRC)) -o $$(call host-path,$$(PRIVATE_OBJ))
981 $(hide) $$(PRIVATE_FILTER) $$(PRIVATE_SRC) $$(PRIVATE_DST)
1089 $(hide) cp -fp $1 $2