From patchwork Wed Mar 19 19:30:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 331842 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 53B6C2C00A6 for ; Thu, 20 Mar 2014 06:31:18 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9141F8B633; Wed, 19 Mar 2014 19:31:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WPtzKaw1lv3k; Wed, 19 Mar 2014 19:31:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6FCE38B4E9; Wed, 19 Mar 2014 19:31:12 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9D6F81BF856 for ; Wed, 19 Mar 2014 19:31:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 907AE8B560 for ; Wed, 19 Mar 2014 19:31:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9ih2sSCfjl5v for ; Wed, 19 Mar 2014 19:31:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f44.google.com (mail-ee0-f44.google.com [74.125.83.44]) by whitealder.osuosl.org (Postfix) with ESMTPS id CFE1B8B4F3 for ; Wed, 19 Mar 2014 19:31:06 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id e49so6983144eek.17 for ; Wed, 19 Mar 2014 12:31:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to; bh=jM9Jdipe2nk+nDuoZJFVMNoJFIrn6cyyjIN/CjWGOtM=; b=Ke37+EeOSQzev7Uo3Sox9ET342pGMND65JZ15jsFMX2+gvESvdAoo6JqYNvMEmctDq iF4L7TttVU6LzgIQ185oE64N2WkQNQJT0yR/OsgKiH5VlR9tZOCeb+2jmPNaeFCnSeS1 fDF7q3vcMFMPz3yxSveqBctId31YME76oKMgeODQzLOHkht8ZCdcSosWRfGY6wZXtuXb wypJLMTLMkreoMwgh/LkcaW302WU0yL1EDFswaeOlBy6+xxo5Vp3rbhA7Y9xrNC5dEmj mGFsfFciaFCUfG616nA8H2e+hEciJfHfhcUYJxkRoADBNzI7i+30ZyB7sTi3JGaA6gnk 6G1Q== X-Received: by 10.14.182.131 with SMTP id o3mr21854892eem.67.1395257465412; Wed, 19 Mar 2014 12:31:05 -0700 (PDT) Received: from [127.0.1.1] (d54c62eeb.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id o5sm56696758eeg.8.2014.03.19.12.31.04 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Mar 2014 12:31:04 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 163c8448b6f2a17be27d59ae4dc7b807c83ac59f Message-Id: <163c8448b6f2a17be27d.1395257407@argentina> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Wed, 19 Mar 2014 20:30:07 +0100 From: Thomas De Schampheleire To: buildroot@buildroot.org Subject: [Buildroot] [PATCH 2 of 4] qwt: use TARGET_MAKE_ENV when running make and qmake X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net This patch prepends TARGET_MAKE_ENV to $(MAKE) and $(QT_QMAKE) command lines, to make sure PATH is set correctly, and to line up with the qt5 packages that do this consistently. Signed-off-by: Thomas De Schampheleire Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/qwt/qwt.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/qwt/qwt.mk b/package/qwt/qwt.mk --- a/package/qwt/qwt.mk +++ b/package/qwt/qwt.mk @@ -28,11 +28,11 @@ endif define QWT_CONFIGURE_CMDS $(SED) $(QWT_CONFIG) $(@D)/qwtconfig.pri - (cd $(@D); $(QT_QMAKE)) + (cd $(@D); $(TARGET_MAKE_ENV) $(QT_QMAKE)) endef define QWT_BUILD_CMDS - $(MAKE) -C $(@D) + $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) endef # After installation, we fixup the INSTALL_PREFIX in qwtconfig.pri so