mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
hide some junk in non-verbose mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6979 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
377c7c2c07
commit
7c1d6bdc6a
@ -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…
x
Reference in New Issue
Block a user