From patchwork Mon Nov 11 11:53:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 290253 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 880502C00C8 for ; Mon, 11 Nov 2013 22:54:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 88F3732F1B; Mon, 11 Nov 2013 11:54:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TgSxvfipJA-B; Mon, 11 Nov 2013 11:54:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C033832F1E; Mon, 11 Nov 2013 11:54:07 +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 B8EF11C160F for ; Mon, 11 Nov 2013 11:54:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B45658B9D6 for ; Mon, 11 Nov 2013 11:54:06 +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 35CfZhNzaK+G for ; Mon, 11 Nov 2013 11:54:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f174.google.com (mail-ea0-f174.google.com [209.85.215.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id BD1E08B26D for ; Mon, 11 Nov 2013 11:54:05 +0000 (UTC) Received: by mail-ea0-f174.google.com with SMTP id n15so2159876ead.33 for ; Mon, 11 Nov 2013 03:54:04 -0800 (PST) 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:cc; bh=jvBpvRGmAC+TDj57NhJHCQdzR8Ucv9uMaRhZB5UBqOM=; b=bfLj5BmVQKHWd4cbGVI0xAtMiGdfCDqcK5q8S9LLN8Uc+a4Xpf+s4oy1wo+x4gl/Ch oct24SsgZ69BURKJTWVdNKIrpKxmqtDZ4bISvPso7a4yYYvrEZpT0cgA9wtgrGdcQZjf C1Eb3jvt7jJaS2siQWN8WIs66mrR9bX7cCalqKQUKV9vMMLPVcttYmtxQivA0O/gSg0M bZyAZu6/6OpBlTs/I7DRQCh2COsU8fMcesUV95TW8bbSdrk51OuFDjIBi2q+pTlYiOrL Ia5NdAAmpCsF0q5INgsNXTy2PTeY+kPCA/x3QZdA+bFC0UySDc9brXIpzHa8IrO5Jb1i I/YQ== X-Received: by 10.14.180.73 with SMTP id i49mr2713973eem.55.1384170844353; Mon, 11 Nov 2013 03:54:04 -0800 (PST) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id z1sm61834175eeo.14.2013.11.11.03.54.02 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Nov 2013 03:54:03 -0800 (PST) MIME-Version: 1.0 X-Mercurial-Node: 2178aae52ad9825f61866bbfdf700d664bac8bfc Message-Id: <2178aae52ad9825f6186.1384170791@argentina> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Mon, 11 Nov 2013 12:53:11 +0100 From: Thomas De Schampheleire To: buildroot@busybox.net Subject: [Buildroot] [PATCH 1 of 2] dhrystone: remove usage of FOO_DIR_PREFIX 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 As the semantics of FOO_DIR_PREFIX will change in the following patch, we want to remove unnecessary usage of this variable. Signed-off-by: Thomas De Schampheleire --- package/dhrystone/dhrystone.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/dhrystone/dhrystone.mk b/package/dhrystone/dhrystone.mk --- a/package/dhrystone/dhrystone.mk +++ b/package/dhrystone/dhrystone.mk @@ -10,7 +10,7 @@ DHRYSTONE_SITE = http://www.netlib.org/b define DHRYSTONE_EXTRACT_CMDS (cd $(@D) && $(SHELL) $(DL_DIR)/$($(PKG)_SOURCE)) - $(Q)cp $($(PKG)_DIR_PREFIX)/dhrystone/Makefile $(@D)/ + $(Q)cp package/dhrystone/Makefile $(@D)/ endef define DHRYSTONE_BUILD_CMDS