From patchwork Wed Feb 26 10:03:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 324246 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 225A42C00A2 for ; Wed, 26 Feb 2014 21:03:40 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 70561934C9; Wed, 26 Feb 2014 10:03:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wwPKugEaLIME; Wed, 26 Feb 2014 10:03:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 21DFD9335C; Wed, 26 Feb 2014 10:03:38 +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 15BFC1BF97C for ; Wed, 26 Feb 2014 10:03:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0FE488C2D8 for ; Wed, 26 Feb 2014 10:03:35 +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 7wPgvChcvDkq for ; Wed, 26 Feb 2014 10:03:33 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1083F8C2AB for ; Wed, 26 Feb 2014 10:03:32 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id p61so1467251wes.10 for ; Wed, 26 Feb 2014 02:03:31 -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:in-reply-to:references; bh=0mxgMvriQLv8OAxUsGR8viA0UK+8ChovsqQdMDnUSIk=; b=ZMJOcFnlbo/y8tGO6NDk32oIC6Wn4b6C8sVsRptf8hTnTfKmb4QAAndicifgQsrhi3 ZMTCVz+MMUR47BPYyZXqZrfG3ZqDt4MfW78T0CIvOLij9kpMqgpY6ALMs8O8k9lJSPqx XPKXPYEvvu7+9n/izTwPF479k2TtJ7MLDyvBfO1Nrol8NmFTWzUlASCAfk1R80LH4zOG XqGRoDserR1lQumZZAk2jLnUBXjUkNaxj8Z/AZDOjwSqzs7mgcF1GGOnX+XVoKNm/3mo wJ/kYkoBN2M7y0G7WFl09G0IaoxHvwVHeDT0s33aeoC7XSTellLyocMAyI5E2Zou0yPe fHVA== X-Received: by 10.180.101.230 with SMTP id fj6mr3867082wib.27.1393409011393; Wed, 26 Feb 2014 02:03:31 -0800 (PST) Received: from ubuntu.localdomain (80.7.83.79.rev.sfr.net. [79.83.7.80]) by mx.google.com with ESMTPSA id k10sm1150563wjf.11.2014.02.26.02.03.30 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Feb 2014 02:03:30 -0800 (PST) From: Francois Perrad To: buildroot@busybox.net Date: Wed, 26 Feb 2014 11:03:14 +0100 Message-Id: <1393408997-32259-2-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1393408997-32259-1-git-send-email-francois.perrad@gadz.org> References: <1393408997-32259-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [lua v2 1/4] lua: remove LUA_INSTALLED_FILES 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 Useless since the uninstall commands were removed in eb7bd9ef Signed-off-by: Francois Perrad Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/lua/lua.mk | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/package/lua/lua.mk b/package/lua/lua.mk index 2c867f6..a20531c 100644 --- a/package/lua/lua.mk +++ b/package/lua/lua.mk @@ -104,16 +104,5 @@ define HOST_LUA_INSTALL_CMDS $(INSTALL) -m 0644 -D $(@D)/src/lauxlib.h $(HOST_DIR)/usr/include/lauxlib.h endef -LUA_INSTALLED_FILES = \ - /usr/include/lua.h \ - /usr/include/luaconf.h \ - /usr/include/lualib.h \ - /usr/include/lauxlib.h \ - /usr/lib/pkgconfig/lua.pc \ - /usr/bin/lua \ - /usr/bin/luac \ - /usr/lib/liblua.a \ - /usr/lib/liblua.so* - $(eval $(generic-package)) $(eval $(host-generic-package))