hide some junk in non-verbose mode

SVN-Revision: 6979
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent 45c01cae72
commit 29e42ab21d

@ -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)

@ -56,7 +56,7 @@ define Build/DefaultTargets
$(STAMP_BUILT): $(STAMP_CONFIGURED)
$(Build/Compile)
@$(MAKE) $(PKG_BUILD_DIR)/.dep_files
@$(NO_TRACE_MAKE) $(PKG_BUILD_DIR)/.dep_files
touch $$@
ifdef Build/InstallDev

Loading…
Cancel
Save