Skip to content

Commit

Permalink
package.mk: unexport the QUIET variable, it affects some packages lik…
Browse files Browse the repository at this point in the history
…e xapian-bindings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32196 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed Jun 11, 2012
1 parent 6ae19d4 commit 4f0c36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/package.mk
Expand Up @@ -57,6 +57,7 @@ CONFIG_SITE:=$(INCLUDE_DIR)/site/$(REAL_GNU_TARGET_NAME)
CUR_MAKEFILE:=$(filter-out Makefile,$(firstword $(MAKEFILE_LIST)))
SUBMAKE:=$(NO_TRACE_MAKE) $(if $(CUR_MAKEFILE),-f $(CUR_MAKEFILE))
PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig
unexport QUIET

ifeq ($(DUMP)$(filter prereq clean refresh update,$(MAKECMDGOALS)),)
ifneq ($(if $(QUILT),,$(CONFIG_AUTOREBUILD)),)
Expand Down

0 comments on commit 4f0c36d

Please sign in to comment.