X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b5b89c229819414c8bf741fef9d1a9dbb042a2da..27e94101def26f60ce5f65835c082f791f6ed641:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index c3596b759..a49e0cf97 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -19,7 +19,7 @@ tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 flock tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 -tools-$(CONFIG_TARGET_x86) += qemu +tools-$(CONFIG_TARGET_x86) += qemu mkelfimage ifneq ($(CONFIG_TARGET_ar71xx),) tools-y += lzma-old squashfs endif @@ -65,7 +65,7 @@ $(curdir)/builddirs-default := $(tools-y) ifndef DUMP_TARGET_DB define PrepareStaging @for dir in $(1); do ( \ - set -x; \ + $(if $(QUIET),,set -x;) \ mkdir -p "$$dir"; \ cd "$$dir"; \ mkdir -p bin lib include stamp; \