hide some junk in non-verbose mode
SVN-Revision: 6979
This commit is contained in:
parent
45c01cae72
commit
29e42ab21d
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ define HostBuild
|
||||||
|
|
||||||
$(STAMP_BUILT): $(STAMP_CONFIGURED)
|
$(STAMP_BUILT): $(STAMP_CONFIGURED)
|
||||||
$(call Build/Compile)
|
$(call Build/Compile)
|
||||||
@$(MAKE) $(PKG_BUILD_DIR)/.dep_files
|
@$(NO_TRACE_MAKE) $(PKG_BUILD_DIR)/.dep_files
|
||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
$(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed: $(STAMP_BUILT)
|
$(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed: $(STAMP_BUILT)
|
||||||
|
|
|
@ -56,7 +56,7 @@ define Build/DefaultTargets
|
||||||
|
|
||||||
$(STAMP_BUILT): $(STAMP_CONFIGURED)
|
$(STAMP_BUILT): $(STAMP_CONFIGURED)
|
||||||
$(Build/Compile)
|
$(Build/Compile)
|
||||||
@$(MAKE) $(PKG_BUILD_DIR)/.dep_files
|
@$(NO_TRACE_MAKE) $(PKG_BUILD_DIR)/.dep_files
|
||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
ifdef Build/InstallDev
|
ifdef Build/InstallDev
|
||||||
|
|
Loading…
Reference in a new issue