From patchwork Thu May 17 17:33:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 159986 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 A7B5DB6FA1 for ; Fri, 18 May 2012 03:34:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D2180A03AE; Thu, 17 May 2012 17:34:44 +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 G+mnLyRBsOj6; Thu, 17 May 2012 17:34:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3FFCCA03B3; Thu, 17 May 2012 17:34:08 +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 0D2938F753 for ; Thu, 17 May 2012 17:33:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EDCB687A94 for ; Thu, 17 May 2012 17:33:53 +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 Pg+ZuLJhHPEg for ; Thu, 17 May 2012 17:33:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtpi4.ngi.it (smtpi4.ngi.it [88.149.128.104]) by whitealder.osuosl.org (Postfix) with ESMTP id 154438C840 for ; Thu, 17 May 2012 17:33:48 +0000 (UTC) Received: from localhost.localdomain (88-149-225-112.dynamic.ngi.it [88.149.225.112]) by smtpi4.ngi.it (Postfix) with ESMTP id 4DFB64222E; Thu, 17 May 2012 19:33:47 +0200 (CEST) From: Luca Ceresoli To: buildroot@busybox.net Date: Thu, 17 May 2012 19:33:05 +0200 Message-Id: <1337276001-26149-7-git-send-email-luca@lucaceresoli.net> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1337276001-26149-1-git-send-email-luca@lucaceresoli.net> References: <1337276001-26149-1-git-send-email-luca@lucaceresoli.net> Cc: Luca Ceresoli Subject: [Buildroot] [PATCH v4 06/22] ttcp: warn that legal-info is not implemented 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 Signed-off-by: Luca Ceresoli --- package/ttcp/ttcp.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/ttcp/ttcp.mk b/package/ttcp/ttcp.mk index 1acf120..080286b 100644 --- a/package/ttcp/ttcp.mk +++ b/package/ttcp/ttcp.mk @@ -27,6 +27,9 @@ $(TTCP_DIR)/ttcp: $(TTCP_DIR)/.configured $(TARGET_DIR)/usr/bin/ttcp: $(TTCP_DIR)/ttcp cp -af $(TTCP_DIR)/ttcp $(TARGET_DIR)/usr/bin/ +ttcp-legal-info: + @$(call legal-warning-pkg,ttcp,legal-info not yet implemented) + ttcp: $(TARGET_DIR)/usr/bin/ttcp ttcp-source: $(DL_DIR)/$(TTCP_SOURCE)