diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-16 23:51:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-16 23:51:22 +0000 |
commit | 29e42ab21d2bf39dfab74d4b879eff31555222d6 (patch) | |
tree | f4494a9e3bf8fdd71542d67afa588479fd6b4eba /include/host-build.mk | |
parent | 45c01cae72a0b8115d938e419dc679740328296d (diff) | |
download | mtk-20170518-29e42ab21d2bf39dfab74d4b879eff31555222d6.zip mtk-20170518-29e42ab21d2bf39dfab74d4b879eff31555222d6.tar.gz mtk-20170518-29e42ab21d2bf39dfab74d4b879eff31555222d6.tar.bz2 |
hide some junk in non-verbose mode
SVN-Revision: 6979
Diffstat (limited to 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index 56d5396..13bd162 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -102,7 +102,7 @@ define HostBuild $(STAMP_BUILT): $(STAMP_CONFIGURED) $(call Build/Compile) - @$(MAKE) $(PKG_BUILD_DIR)/.dep_files + @$(NO_TRACE_MAKE) $(PKG_BUILD_DIR)/.dep_files touch $$@ $(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed: $(STAMP_BUILT) |