Message ID | e5d7d54ed315fb9941719843b53dc524efde92c0.1664412495.git.geoff@infradead.org |
---|---|
State | New |
Headers | show
Return-Path: <petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ozlabs.org (client-ip=2404:9400:2:0:216:3eff:fee1:b9f1; helo=lists.ozlabs.org; envelope-from=petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org; receiver=<UNKNOWN>) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=QPkok+j8; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2404:9400:2:0:216:3eff:fee1:b9f1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MdFGf1rvwz1yqH for <incoming@patchwork.ozlabs.org>; Thu, 29 Sep 2022 10:53:30 +1000 (AEST) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4MdFGf1L3zz3bsS for <incoming@patchwork.ozlabs.org>; Thu, 29 Sep 2022 10:53:30 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=QPkok+j8; dkim-atps=neutral X-Original-To: petitboot@lists.ozlabs.org Delivered-To: petitboot@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=infradead.org (client-ip=2001:8b0:10b:1234::107; helo=merlin.infradead.org; envelope-from=geoff@infradead.org; receiver=<UNKNOWN>) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=QPkok+j8; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1234::107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4MdFFg242Sz3c34 for <petitboot@lists.ozlabs.org>; Thu, 29 Sep 2022 10:52:39 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Date:Cc:To:Subject:From:References: In-Reply-To:Message-Id:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description; bh=v9zbB/lCkC96cmWmKxQnMKXleAWat0nJ7JiMlEOgw9o=; b=QPkok+j8g9/JKUCML1o2bqlUuM Plch8H4wzQHVb8XDGn6U24Kacf9AUXE+uZkqJS/IhV6n09Sk/Jup3xdYlcz9owlfrOOuDT/jMeBpM yjLdn4gJDh008HEpExaqvbqqUH1UxV869iCumpDoW0hFP375N11SnteQCdgw3ZqCBorkqIng4WAPU GkAJM/qGqMyLTL63MYZc5f+g1ZGO52W/edIi0pS0WmHgOGlmMpZje9XiBCcJc5fwf3hIOObRUrVeA RNeYAcJqnKUQ3tXa8/c+kV18hu3TSVdr32S/e71iH97ZhJsnv59OJ3nYxQJ5TJtdwzEmTf+8vWFbc JvWSEecg==; Received: from geoff by merlin.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1odhn1-0061Yf-4e; Thu, 29 Sep 2022 00:52:35 +0000 Message-Id: <e5d7d54ed315fb9941719843b53dc524efde92c0.1664412495.git.geoff@infradead.org> In-Reply-To: <cover.1664412495.git.geoff@infradead.org> References: <cover.1664412495.git.geoff@infradead.org> From: Geoff Levand <geoff@infradead.org> Patch-Date: Wed, 28 Sep 2022 20:12:31 -0700 Subject: [PATCH v1 4/5] Makefile: Add 'make help' To: Jeremy Kerr <jk@ozlabs.org> Date: Thu, 29 Sep 2022 00:52:35 +0000 X-BeenThere: petitboot@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Petitboot bootloader development <petitboot.lists.ozlabs.org> List-Unsubscribe: <https://lists.ozlabs.org/options/petitboot>, <mailto:petitboot-request@lists.ozlabs.org?subject=unsubscribe> List-Archive: <http://lists.ozlabs.org/pipermail/petitboot/> List-Post: <mailto:petitboot@lists.ozlabs.org> List-Help: <mailto:petitboot-request@lists.ozlabs.org?subject=help> List-Subscribe: <https://lists.ozlabs.org/listinfo/petitboot>, <mailto:petitboot-request@lists.ozlabs.org?subject=subscribe> Cc: petitboot@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Petitboot" <petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org> |
Series |
*** SUBJECT HERE ***
|
expand
|
diff --git a/Makefile.am b/Makefile.am index 63456ca..2c7a49e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,3 +73,12 @@ include man/Makefile.am include utils/Makefile.am +.PHONY: help + +help: + @echo "Targets:" + @echo " make install" + @echo " make dist" + @echo " make distcheck" + @echo " make distclean" + @echo " make maintainer-clean"
Add a new makefile target 'make help'. Signed-off-by: Geoff Levand <geoff@infradead.org> --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+)