From unknown Mon Jun 23 18:33:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39694] [SHEPHERD] [PATCH] build: Adjust clean targets. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 20 Feb 2020 15:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39694 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39694@debbugs.gnu.org Cc: Efraim Flashner X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158221338329630 (code B ref -1); Thu, 20 Feb 2020 15:44:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 Feb 2020 15:43:03 +0000 Received: from localhost ([127.0.0.1]:45639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4nyd-0007hR-3x for submit@debbugs.gnu.org; Thu, 20 Feb 2020 10:43:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:52505) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4nyb-0007hJ-LB for submit@debbugs.gnu.org; Thu, 20 Feb 2020 10:42:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50885) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4nya-0006n7-Gy for guix-patches@gnu.org; Thu, 20 Feb 2020 10:42:57 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4nyZ-0002Mp-CX for guix-patches@gnu.org; Thu, 20 Feb 2020 10:42:56 -0500 Received: from flashner.co.il ([178.62.234.194]:49626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j4nyZ-0002Mc-6S for guix-patches@gnu.org; Thu, 20 Feb 2020 10:42:55 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id EDCB44002B; Thu, 20 Feb 2020 15:42:53 +0000 (UTC) From: Efraim Flashner Date: Thu, 20 Feb 2020 17:42:21 +0200 Message-Id: <20200220154221.22104-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 178.62.234.194 X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Makefile.am: Add man pages to the 'make clean' target. --- Currently 'man shepherd' shows version 0.6.1, 'man herd' 0.6.0, 'man halt' and 'man reboot' 0.3.2. With this patch these 4 manpages are added to the 'make clean' list and are deleted. The manpage creation works as expected. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9a1f019..8cf98d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ # Copyright =C2=A9 2002, 2003 Wolfgang J=C3=A4hrling # Copyright =C2=A9 2013, 2014, 2015, 2016, 2018, 2019 Ludovic Court=C3=A8= s # Copyright =C2=A9 2018 Carlo Zancanaro +# Copyright =C2=A9 2020 Efraim Flashner # # This file is part of the GNU Shepherd. # @@ -122,6 +123,8 @@ doc/%.8: modules/shepherd/scripts/%.scm dist_man1_MANS =3D doc/shepherd.1 doc/herd.1 dist_man8_MANS =3D doc/halt.8 doc/reboot.8 =20 +CLEANFILES +=3D $(dist_man1_MANS) $(dist_man8_MANS) + # Things not automatically included in the distribution. EXTRA_DIST +=3D \ build-aux/config.rpath \ --=20 2.25.1 From unknown Mon Jun 23 18:33:10 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Efraim Flashner Subject: bug#39694: closed (Re: [bug#39694] [SHEPHERD] [PATCH] build: Adjust clean targets.) Message-ID: References: <87k13xoi0z.fsf@gnu.org> <20200220154221.22104-1-efraim@flashner.co.il> X-Gnu-PR-Message: they-closed 39694 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39694@debbugs.gnu.org Date: Fri, 06 Mar 2020 11:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1583493122-31458-1" This is a multi-part message in MIME format... ------------=_1583493122-31458-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39694: [SHEPHERD] [PATCH] build: Adjust clean targets. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 39694@debbugs.gnu.org. --=20 39694: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39694 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1583493122-31458-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39694-done) by debbugs.gnu.org; 6 Mar 2020 11:11:07 +0000 Received: from localhost ([127.0.0.1]:44175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jAAsl-0008AC-7b for submit@debbugs.gnu.org; Fri, 06 Mar 2020 06:11:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53303) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jAAsj-00089X-AN for 39694-done@debbugs.gnu.org; Fri, 06 Mar 2020 06:11:05 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jAAsa-0006Ly-H2; Fri, 06 Mar 2020 06:10:59 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=59926 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jAAsZ-0007W4-W6; Fri, 06 Mar 2020 06:10:56 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: [bug#39694] [SHEPHERD] [PATCH] build: Adjust clean targets. References: <20200220154221.22104-1-efraim@flashner.co.il> Date: Fri, 06 Mar 2020 12:10:52 +0100 In-Reply-To: <20200220154221.22104-1-efraim@flashner.co.il> (Efraim Flashner's message of "Thu, 20 Feb 2020 17:42:21 +0200") Message-ID: <87k13xoi0z.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39694-done Cc: 39694-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Efraim, Efraim Flashner skribis: > Makefile.am: Add man pages to the 'make clean' target. > --- > Currently 'man shepherd' shows version 0.6.1, 'man herd' 0.6.0, 'man > halt' and 'man reboot' 0.3.2. With this patch these 4 manpages are added > to the 'make clean' list and are deleted. The manpage creation works as > expected. [...] > +CLEANFILES +=3D $(dist_man1_MANS) $(dist_man8_MANS) This would remove man pages upon =E2=80=9Cmake clean=E2=80=9D, whereas they= should only be removed upon =E2=80=9Cmake distclean=E2=80=9D, per GNU conventions. I went with a different fix in Shepherd commit f32a2ff8ad329f224b2f693ad7e9fefac142a459. Thank you! Ludo=E2=80=99. ------------=_1583493122-31458-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Feb 2020 15:43:03 +0000 Received: from localhost ([127.0.0.1]:45639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4nyd-0007hR-3x for submit@debbugs.gnu.org; Thu, 20 Feb 2020 10:43:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:52505) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4nyb-0007hJ-LB for submit@debbugs.gnu.org; Thu, 20 Feb 2020 10:42:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50885) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4nya-0006n7-Gy for guix-patches@gnu.org; Thu, 20 Feb 2020 10:42:57 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4nyZ-0002Mp-CX for guix-patches@gnu.org; Thu, 20 Feb 2020 10:42:56 -0500 Received: from flashner.co.il ([178.62.234.194]:49626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j4nyZ-0002Mc-6S for guix-patches@gnu.org; Thu, 20 Feb 2020 10:42:55 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id EDCB44002B; Thu, 20 Feb 2020 15:42:53 +0000 (UTC) From: Efraim Flashner To: guix-patches@gnu.org Subject: [SHEPHERD] [PATCH] build: Adjust clean targets. Date: Thu, 20 Feb 2020 17:42:21 +0200 Message-Id: <20200220154221.22104-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 178.62.234.194 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Makefile.am: Add man pages to the 'make clean' target. --- Currently 'man shepherd' shows version 0.6.1, 'man herd' 0.6.0, 'man halt' and 'man reboot' 0.3.2. With this patch these 4 manpages are added to the 'make clean' list and are deleted. The manpage creation works as expected. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9a1f019..8cf98d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ # Copyright =C2=A9 2002, 2003 Wolfgang J=C3=A4hrling # Copyright =C2=A9 2013, 2014, 2015, 2016, 2018, 2019 Ludovic Court=C3=A8= s # Copyright =C2=A9 2018 Carlo Zancanaro +# Copyright =C2=A9 2020 Efraim Flashner # # This file is part of the GNU Shepherd. # @@ -122,6 +123,8 @@ doc/%.8: modules/shepherd/scripts/%.scm dist_man1_MANS =3D doc/shepherd.1 doc/herd.1 dist_man8_MANS =3D doc/halt.8 doc/reboot.8 =20 +CLEANFILES +=3D $(dist_man1_MANS) $(dist_man8_MANS) + # Things not automatically included in the distribution. EXTRA_DIST +=3D \ build-aux/config.rpath \ --=20 2.25.1 ------------=_1583493122-31458-1--