From patchwork Wed Feb 26 17:56:53 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 324534 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 50B3B2C0098 for ; Thu, 27 Feb 2014 04:57:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4C7B131DF7; Wed, 26 Feb 2014 17:57:04 +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 41NLRfOFzLyB; Wed, 26 Feb 2014 17:57:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4983A237AE; Wed, 26 Feb 2014 17:57:03 +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 7144A1BF97C for ; Wed, 26 Feb 2014 17:57:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6B4688BF8C for ; Wed, 26 Feb 2014 17:57:02 +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 YUYvhbMk-yl9 for ; Wed, 26 Feb 2014 17:57:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id B07228BF8A for ; Wed, 26 Feb 2014 17:57:01 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id cc10so6232520wib.4 for ; Wed, 26 Feb 2014 09:57:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=bdLMVQdANn3Xlm6SZczzvZPgUVChEoX+BqwEntIsPwg=; b=OB5VqDuLrdff5jCIHfBi1p45FyR2S23/5Gy+eIJ+UeKdbuBQPbAehxn/lw7s1TtQzy AvDEvFBDYpARRpcnuCGS/2wYvxX5CHBWK5mAH1C9ntGEL9zr3OcmOAMuy3043GkqG3St UQE1mvbwDwHZyOK4o+QY/s8fhM4XiJjkUmaFB+Qoksd3fERx+lUepi51Jk/olCdRA6e4 Kwf/wZWuGc40KZ0ALWvpfizOYtn/MFFZxUVcOLsjRucaELZ6h1Tm/xQIfbMgJz7U0VcD JqHZy5F/WgkYcc67qjEOwDFNgZJJwH7pgLRG22QQL05I8VOzvu04PToB3ypT0dV71MVM EN/Q== X-Received: by 10.194.60.16 with SMTP id d16mr3613537wjr.46.1393437420031; Wed, 26 Feb 2014 09:57:00 -0800 (PST) Received: from leto.lan (host-2-97-69-117.as13285.net. [2.97.69.117]) by mx.google.com with ESMTPSA id di9sm7478037wid.6.2014.02.26.09.56.57 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Feb 2014 09:56:58 -0800 (PST) From: Simon Dawson To: buildroot@busybox.net Date: Wed, 26 Feb 2014 17:56:53 +0000 Message-Id: <1393437413-21518-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] libtpl: remove unnecessary autoreconf options 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags, so there is no point in specifying these in the package makefile. Signed-off-by: Simon Dawson --- package/libtpl/libtpl.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/libtpl/libtpl.mk b/package/libtpl/libtpl.mk index ff05991..1d4becf 100644 --- a/package/libtpl/libtpl.mk +++ b/package/libtpl/libtpl.mk @@ -11,7 +11,6 @@ LIBTPL_LICENSE = BSD-like LIBTPL_LICENSE_FILES = LICENSE LIBTPL_AUTORECONF = YES -LIBTPL_AUTORECONF_OPT = --install --force define LIBTPL_CREATE_MISSING_FILES touch $(@D)/NEWS $(@D)/AUTHORS $(@D)/ChangeLog $(@D)/COPYING