From patchwork Tue Jul 29 21:12:34 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: 374588 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 69EAB140194 for ; Wed, 30 Jul 2014 07:13:39 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 828A3329EA; Tue, 29 Jul 2014 21:13:38 +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 xvLbbgWLgOpu; Tue, 29 Jul 2014 21:13:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DA04B32E88; Tue, 29 Jul 2014 21:13:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 721A51BFA15 for ; Tue, 29 Jul 2014 21:12:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 637C532E18 for ; Tue, 29 Jul 2014 21:12:54 +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 ifPmoLeoRhWT for ; Tue, 29 Jul 2014 21:12:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by silver.osuosl.org (Postfix) with ESMTPS id 4A88E32A1B for ; Tue, 29 Jul 2014 21:12:51 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id m15so229880wgh.29 for ; Tue, 29 Jul 2014 14:12:49 -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:cc; bh=L/BDnk1WtP/V58+ztrwtJyokppe8cVj2VipOrtMjl8o=; b=eguEyaiWhv1d5AF/X0ho+v+mvYlv1rUfQ4mpWxdNvpkhMf6ZLfgSiw+4rAq4Hobdud 9Xgm51xNVDeEsgO8bGt8OFJ5XO5a5sCqshvjiwXe1V/dRoUrfvzDPRy7kZXj6/A4gCiE 8JwdxxluRDGcJLi8LhtCiqjsrDF6jC/jZpjWFYgwF2P/ZdpdNCdnkUsLZrpECYMfDF20 eG1l3d8FUR9ZABNGqUipdQaPybTgKBV6q62ZzwcP3VOyqEK2HB4V5KvBfLEMcU61vsI6 5vxvoBUpAK0rm2IJIHH35pFraYgk86GAEQVfZPlEfyfebi3us+HfcCr+YWjJMC4UGJjY lpgw== X-Received: by 10.194.82.106 with SMTP id h10mr7090239wjy.115.1406668369524; Tue, 29 Jul 2014 14:12:49 -0700 (PDT) Received: from [127.0.0.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id de6sm351141wjc.16.2014.07.29.14.12.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Jul 2014 14:12:48 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 25036d8ae80fd4eee7e5c2406a9f5b35977abde9 Message-Id: <25036d8ae80fd4eee7e5.1406668354@localhost> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.7.2 Date: Tue, 29 Jul 2014 23:12:34 +0200 From: Thomas De Schampheleire To: buildroot@buildroot.org Cc: thomas.petazzoni@free-electrons.com, "Yann E. MORIN" Subject: [Buildroot] [PATCH 07 of 20] pkg-generic: add check on deprecated variable FOO_INSTALL_TARGET_OPT 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 introduces a check for the usage of deprecated variable FOO_INSTALL_TARGET_OPT, and suggests to use FOO_INSTALL_TARGET_OPTS instead. Signed-off-by: Thomas De Schampheleire --- package/pkg-generic.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff -r 625dd5f23fa4 -r 25036d8ae80f package/pkg-generic.mk --- a/package/pkg-generic.mk Tue Jul 29 21:58:06 2014 +0200 +++ b/package/pkg-generic.mk Tue Jul 29 22:00:46 2014 +0200 @@ -720,6 +720,7 @@ # Ensure unified variable name conventions between all packages $(eval $(call check-deprecated-variable,$(2)_MAKE_OPT,$(2)_MAKE_OPTS)) $(eval $(call check-deprecated-variable,$(2)_INSTALL_OPT,$(2)_INSTALL_OPTS)) +$(eval $(call check-deprecated-variable,$(2)_INSTALL_TARGET_OPT,$(2)_INSTALL_TARGET_OPTS)) TARGETS += $(1)