Lines Matching refs:Q

94 	$(Q)$(eval SCRIPT := $(@D)/.$(1).sh)
95 $(Q)$(file > $(SCRIPT),#!/bin/sh -e)
96 $(Q)$(file >> $(SCRIPT),[ -z "$$DEBUG" ] || set -x)
97 $(Q)$(file >> $(SCRIPT), \
99 $(Q)$(foreach cmd,$(2),$(file >> $(SCRIPT),cd $(TOPDIR))
101 $(Q)$(SED) 's/^[ \t@-]*//' -e '/^$$/d' $(SCRIPT)
102 $(Q)chmod +x $(SCRIPT)
117 $(Q)find $(2) \( -path '$(2)/lib*' -o -path '$(2)/usr/lib*' \) \
135 $(Q)find $(HOST_DIR) \
185 $(Q)$(RM) -rf $(patsubst %, $(1)%, $($(PKG)_DROP_FILES_OR_DIRS)))
207 $(Q)for p in $($(PKG)_ALL_DOWNLOADS); do \
215 $(Q)mkdir -p $(@D)
217 $(Q)touch $@
223 $(Q)mkdir -p $(@D)
225 $(Q)touch $@
233 $(Q)mkdir -p $(@D)
236 $(Q)chmod -R +rw $(@D)
239 $(Q)touch $@
252 $(Q)touch $@
271 $(Q)( \
284 $(Q)touch $@
295 $(Q)mkdir -p $(HOST_DIR) $(TARGET_DIR) $(STAGING_DIR) $(BINARIES_DIR)
304 $(Q)$(call run_commands,configure,$($(PKG)_PRE_CONFIGURE_HOOKS) \
307 $(Q)touch $@
313 $(Q)$(call run_commands,build,$($(PKG)_PRE_BUILD_HOOKS) \
316 $(Q)touch $@
322 $(Q)$(call run_commands,host_install,$($(PKG)_PRE_INSTALL_HOOKS) \
325 $(Q)touch $@
348 $(Q)if test -n "$($(PKG)_CONFIG_SCRIPTS)" ; then \
384 $(Q)$(call run_commands,staging_install,$($(PKG)_PRE_INSTALL_STAGING_HOOKS) \
388 $(Q)touch $@
394 $(Q)$(call run_commands,image_install,$($(PKG)_PRE_INSTALL_IMAGES_HOOKS) \
397 $(Q)touch $@
401 $(Q)touch $($(PKG)_DIR)/.stamp_installed
402 $(Q)if [ -r $(@D)/.files-list-target.txt ]; then \
411 $(Q)if test -n "$($(PKG)_CONFIG_SCRIPTS)" ; then \
415 $(Q)cd $(TARGET_DIR); find . \( -type f -o -type l \) \
421 $(Q)cd $(TARGET_DIR); if [ -r $(@D)/.md5 ]; then \
448 $(Q)touch $($(PKG)_DIR)/.stamp_installed
452 $(Q)$(call run_commands,target_install, PRE_INSTALL_TARGET \
461 $(Q)touch $@
474 $(Q)touch $@
1207 …$(Q)$$(call legal-warning-pkg,$$($(2)_BASENAME_RAW),cannot save license ($(2)_LICENSE_FILES not de…
1209 …$(Q)$$(foreach F,$$($(2)_LICENSE_FILES),$$(call legal-license-file,$$($(2)_RAWNAME),$$($(2)_BASENA…
1226 $$(Q)support/scripts/hardlink-or-copy \
1230 $$(Q)while read f; do \