From unknown Sun Jul 27 07:28:53 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60776 <60776@debbugs.gnu.org> To: bug#60776 <60776@debbugs.gnu.org> Subject: Status: [PATCH] distdir/emacs: avoid `test -d` with MKDIR_P Reply-To: bug#60776 <60776@debbugs.gnu.org> Date: Sun, 27 Jul 2025 14:28:53 +0000 retitle 60776 [PATCH] distdir/emacs: avoid `test -d` with MKDIR_P reassign 60776 automake-patches submitter 60776 Mike Frysinger severity 60776 normal tag 60776 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 13 04:07:12 2023 Received: (at submit) by debbugs.gnu.org; 13 Jan 2023 09:07:12 +0000 Received: from localhost ([127.0.0.1]:49562 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGG1o-0004l6-52 for submit@debbugs.gnu.org; Fri, 13 Jan 2023 04:07:12 -0500 Received: from lists.gnu.org ([209.51.188.17]:44460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGG1m-0004ky-Am for submit@debbugs.gnu.org; Fri, 13 Jan 2023 04:07:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGG1j-0002PL-AM for automake-patches@gnu.org; Fri, 13 Jan 2023 04:07:09 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183] helo=smtp.gentoo.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pGG1h-0001TH-I1 for automake-patches@gnu.org; Fri, 13 Jan 2023 04:07:07 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id C138D33C6B6; Fri, 13 Jan 2023 09:06:16 +0000 (UTC) From: Mike Frysinger To: automake-patches@gnu.org Subject: [PATCH] distdir/emacs: avoid `test -d` with MKDIR_P Date: Fri, 13 Jan 2023 04:06:14 -0500 Message-Id: <20230113090614.24120-1-vapier@gentoo.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=140.211.166.183; envelope-from=vapier@gentoo.org; helo=smtp.gentoo.org X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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: -3.3 (---) We don't need to do the `test -d ... || mkdir ...` dance when we have the MKDIR_P helper, so simplify this code a bit. * lib/am/distdir.am: Use $(MKDIR_P). * lib/am/lisp.am: Drop redundant `test -d`. --- lib/am/distdir.am | 2 +- lib/am/lisp.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/am/distdir.am b/lib/am/distdir.am index 4cfc742ce23d..264713c332e6 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -103,7 +103,7 @@ endif %?TOPDIR_P% ## if %?TOPDIR_P% $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" + $(AM_V_at)$(MKDIR_P) "$(distdir)" endif %?TOPDIR_P% ## ## diff --git a/lib/am/lisp.am b/lib/am/lisp.am index d5858f8661af..c96be2121656 100644 --- a/lib/am/lisp.am +++ b/lib/am/lisp.am @@ -37,7 +37,7 @@ endif %?INSTALL% am__subdir_includes="-L $$am__dir -L $(srcdir)/$$am__dir"; \ esac; \ ## Emacs byte-compilation won't create this automatically, sadly. - test -d "$$am__dir" || $(MKDIR_P) "$$am__dir" || exit 1; \ + $(MKDIR_P) "$$am__dir" || exit 1; \ $(EMACS) --batch --no-site-file \ $(AM_ELCFLAGS) $(ELCFLAGS) \ $$am__subdir_includes -L $(builddir) -L $(srcdir) \ -- 2.39.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 13 17:36:38 2023 Received: (at 60776) by debbugs.gnu.org; 13 Jan 2023 22:36:38 +0000 Received: from localhost ([127.0.0.1]:52647 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGSf8-0006zL-6t for submit@debbugs.gnu.org; Fri, 13 Jan 2023 17:36:38 -0500 Received: from freefriends.org ([96.88.95.60]:39072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGSf5-0006z1-KV for 60776@debbugs.gnu.org; Fri, 13 Jan 2023 17:36:36 -0500 X-Envelope-From: karl@freefriends.org Received: from freefriends.org (freefriends.org [96.88.95.60]) by freefriends.org (8.14.7/8.14.7) with ESMTP id 30DMaYjD009860 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 13 Jan 2023 15:36:34 -0700 Received: (from apache@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 30DMaX0a009851; Fri, 13 Jan 2023 15:36:33 -0700 Date: Fri, 13 Jan 2023 15:36:33 -0700 Message-Id: <202301132236.30DMaX0a009851@freefriends.org> From: Karl Berry To: vapier@gentoo.org Subject: Re: [bug#60776] [PATCH] distdir/emacs: avoid `test -d` with MKDIR_P In-Reply-To: <20230113090614.24120-1-vapier@gentoo.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60776 Cc: 60776@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: -3.3 (---) - test -d "$(distdir)" || mkdir "$(distdir)" + $(AM_V_at)$(MKDIR_P) "$(distdir)" Ok by me, but why the AM_V_at for this particular command? I don't see it used anywhere else in distdir.am. - test -d "$$am__dir" || $(MKDIR_P) "$$am__dir" || exit 1; \ + $(MKDIR_P) "$$am__dir" || exit 1; \ Sure. Thanks. -k From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 13 23:47:41 2023 Received: (at 60776) by debbugs.gnu.org; 14 Jan 2023 04:47:41 +0000 Received: from localhost ([127.0.0.1]:52988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGYSC-00019R-WC for submit@debbugs.gnu.org; Fri, 13 Jan 2023 23:47:41 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183]:40026 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGYSB-00019E-Ab for 60776@debbugs.gnu.org; Fri, 13 Jan 2023 23:47:39 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id C3462340E1A; Sat, 14 Jan 2023 04:47:32 +0000 (UTC) Date: Fri, 13 Jan 2023 23:47:30 -0500 From: Mike Frysinger To: Karl Berry Subject: Re: [bug#60776] [PATCH] distdir/emacs: avoid `test -d` with MKDIR_P Message-ID: References: <20230113090614.24120-1-vapier@gentoo.org> <202301132236.30DMaX0a009851@freefriends.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WS6cfFBi7YXMQUqI" Content-Disposition: inline In-Reply-To: <202301132236.30DMaX0a009851@freefriends.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60776 Cc: 60776@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: -3.3 (---) --WS6cfFBi7YXMQUqI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 13 Jan 2023 15:36, Karl Berry wrote: > - test -d "$(distdir)" || mkdir "$(distdir)" > + $(AM_V_at)$(MKDIR_P) "$(distdir)" >=20 > Ok by me, but why the AM_V_at for this particular command? > I don't see it used anywhere else in distdir.am. this is certainly true, and it's something i want to fix ... at some point. imo we overly rely on explicit @ in many places which can make debugging failures painful. i imagine the current state is due to the silent-rules work focusing on the most common paths (compile/rebuilds) and leaving the rest to "one day". so if we ever get to that day, we'd use $(AM_V_at) in this location. i figured making the change while i was here means we have a slightly higher chance of this code eventually being silent-rules compat vs finding the time to convert it all at once. -mike --WS6cfFBi7YXMQUqI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmPCM+IACgkQQWM7n+g3 9YGHSBAAicLVBTcTteFuEez34hVLPdPB0/+9EgTSEQXXN3yRq9j7vQiULkF5v4nY SpDpE5RO/279kGxgQ41qpl9stKuPW/NzC7uoIFmUnlaoBSdx/BnRTS75OGKnPHX/ y1nvbyQk6LfXkZL0njM1tpdbnxrQZoTS8UD0MQtE2RI/uEqmsl/FHipCuEg83sH5 dyTkvLzCeL/klPD/rEYT1GHxuZD+fPWGAs/TSQx65F8OQKrTG/PTnQxVqB7l4uj/ 2Vac/198TaUcgUm3ITB34Na6kGzAwA3XdQGYexgeP4OThsRPzGm06Nb+zivZee6x 3s/vsebkGF8/bm02opA3DRpPeSP6sPaq8uQyDFQPr68UcMFe9+jS2AbsZgP2ey3G 7OX3PFxZ1uyVM0tbrA8WjJRcBi91jgpcWSA+AKHL2JmgqqhtYAEIcxS8LjLfBnYt 8WZvsx0Cz2dmrs8Pi7dVEdAdbRrFyJJ92a5TcKGi8mb6jzMciyJAdueHZN7R88b0 +dnE5mMngg261F6QhnEn5ILHScGFTbL04/AYJbWdnXIavdv6HhQm149vp24S/3aE BGaTe0VtaV08K+6dQtnkFlvoHynojRe2vKiJZhF+8vzuRl5SzzlDR82AgLIvTpJk 0k758DjzT0RnFU+S2yIbU2Zg8NaEPJ6Uq3UXH1XJEJ2OAgYL9sk= =MfUM -----END PGP SIGNATURE----- --WS6cfFBi7YXMQUqI-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 14 17:17:51 2023 Received: (at 60776) by debbugs.gnu.org; 14 Jan 2023 22:17:51 +0000 Received: from localhost ([127.0.0.1]:55725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGoqV-00032B-IJ for submit@debbugs.gnu.org; Sat, 14 Jan 2023 17:17:51 -0500 Received: from freefriends.org ([96.88.95.60]:60866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGoqU-000323-5y for 60776@debbugs.gnu.org; Sat, 14 Jan 2023 17:17:50 -0500 X-Envelope-From: karl@freefriends.org Received: from freefriends.org (freefriends.org [96.88.95.60]) by freefriends.org (8.14.7/8.14.7) with ESMTP id 30EMHm2P011826 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 14 Jan 2023 15:17:49 -0700 Received: (from apache@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 30EMHmqB011823; Sat, 14 Jan 2023 15:17:48 -0700 Date: Sat, 14 Jan 2023 15:17:48 -0700 Message-Id: <202301142217.30EMHmqB011823@freefriends.org> From: Karl Berry To: vapier@gentoo.org Subject: Re: [bug#60776] [PATCH] distdir/emacs: avoid `test -d` with MKDIR_P In-Reply-To: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60776 Cc: 60776@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: -3.3 (---) imo we overly rely on explicit @ in many places which can make debugging failures painful. FWIW, I agree. Although I see no @ here. if we ever get to that day, we'd use $(AM_V_at) in this location. Ok by me. --thanks, karl. From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 14 18:44:10 2023 Received: (at 60776) by debbugs.gnu.org; 14 Jan 2023 23:44:11 +0000 Received: from localhost ([127.0.0.1]:55762 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGqC2-00059i-OI for submit@debbugs.gnu.org; Sat, 14 Jan 2023 18:44:10 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183]:37688 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGqBy-00058f-26 for 60776@debbugs.gnu.org; Sat, 14 Jan 2023 18:44:09 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id C8E13340EB2; Sat, 14 Jan 2023 23:43:58 +0000 (UTC) Date: Sat, 14 Jan 2023 18:43:58 -0500 From: Mike Frysinger To: Karl Berry Subject: Re: [bug#60776] [PATCH] distdir/emacs: avoid `test -d` with MKDIR_P Message-ID: References: <202301132236.30DMaX0a009851@freefriends.org> <202301142217.30EMHmqB011823@freefriends.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="q2vHoUQVgrvWF46M" Content-Disposition: inline In-Reply-To: <202301142217.30EMHmqB011823@freefriends.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60776 Cc: 60776@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: -3.3 (---) --q2vHoUQVgrvWF46M Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 14 Jan 2023 15:17, Karl Berry wrote: > imo we overly rely on explicit @ in many places which can make debugg= ing > failures painful. >=20 > FWIW, I agree. Although I see no @ here. most of the code directly preceding & following this line use @. i.e. the vast majority of the current distdir logic. -mike --q2vHoUQVgrvWF46M Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmPDPj4ACgkQQWM7n+g3 9YHQEQ//dFqgafFxeNHxj9/sp6jaqTd7mSpRm+mdJjzLefmVWKAZx+dY9lPpo9Ru RaAR74BWfvbBZnz6kKzY6uZ3eqPxMGetmrF3jwZQJmBZz67npSDsu0lIVmJziOLE hjvIoHk0ghMplUZtZtul+lvS5c5sxFblkqwvwHTqvh0AzRPU5JSY5Y/Z4YZAK+2d K/p4hMWXv6ISrk6HK4LztdwdEFItuZBlUeT4w2VahveRGzQaYWn7LKHfDUiDmm2m JqgexG6oRBJaFkdzcluJWWnFpr8rScAiQDWYBn5NfG/c8KnEpPA91LYyLAhIW8WO JNB5G21icOaDf42SFNG7bF9O1Q9hdjwC+F7QNoHViJTYTXMkJp5eWtwNwi3T3cEF qARkRyBspdNyh09xI4IbvKdwklnvEP4OCDahkw8D1+2bPYP+V3mqbwL2ee6ONkDy +N6z4aGe9gEV8nHyQqj2XYKSAsbbWf8IM+IT2OpZsWZvEgeMRN1BU0MsP/fSsbvI 8cqBSrHlt1azKEEKOXxRPDGd7gzD6huaBnp4xCXR0oUJeU4MN+YMfJ4WCKgUvZqu ABB4Uz8jao1N8fXkPVKEtsNjmThW/iQs32bGllzEhXJdFqIvzAbuYaiFaIdPOUx0 f+HnWepGxXj+B/SRFs/7pVd/NCdxFtZzMsDDD6t51L7TAXhCruQ= =fzYH -----END PGP SIGNATURE----- --q2vHoUQVgrvWF46M-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 14 19:05:06 2023 Received: (at 60776) by debbugs.gnu.org; 15 Jan 2023 00:05:06 +0000 Received: from localhost ([127.0.0.1]:55774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGqWI-0005hv-5w for submit@debbugs.gnu.org; Sat, 14 Jan 2023 19:05:06 -0500 Received: from freefriends.org ([96.88.95.60]:34026) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGqWF-0005hh-IC for 60776@debbugs.gnu.org; Sat, 14 Jan 2023 19:05:04 -0500 X-Envelope-From: karl@freefriends.org Received: from freefriends.org (freefriends.org [96.88.95.60]) by freefriends.org (8.14.7/8.14.7) with ESMTP id 30F051XO025684 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 14 Jan 2023 17:05:01 -0700 Received: (from karl@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 30F050aD025681; Sat, 14 Jan 2023 17:05:00 -0700 Date: Sat, 14 Jan 2023 17:05:00 -0700 Message-Id: <202301150005.30F050aD025681@freefriends.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Karl Berry To: vapier@gentoo.org Subject: Re: [bug#60776] [PATCH] distdir/emacs: avoid `test -d` with MKDIR_P In-Reply-To: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60776 Cc: 60776@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: -3.3 (---) most of the code directly preceding & following this line use @. i.e. the vast majority of the current distdir logic. Yeah. If you feel like changing those @'s to AM_v_at while we're here, sounds good to me ... -k From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 14 19:24:42 2023 Received: (at 60776) by debbugs.gnu.org; 15 Jan 2023 00:24:43 +0000 Received: from localhost ([127.0.0.1]:55788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGqpG-0006Ag-NT for submit@debbugs.gnu.org; Sat, 14 Jan 2023 19:24:42 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183]:41504 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGqpE-0006AQ-1n for 60776@debbugs.gnu.org; Sat, 14 Jan 2023 19:24:41 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id 6A1B9340EDF; Sun, 15 Jan 2023 00:24:34 +0000 (UTC) Date: Sat, 14 Jan 2023 19:24:33 -0500 From: Mike Frysinger To: Karl Berry Subject: Re: [bug#60776] [PATCH] distdir/emacs: avoid `test -d` with MKDIR_P Message-ID: References: <202301142217.30EMHmqB011823@freefriends.org> <202301150005.30F050aD025681@freefriends.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5/Ildt7N4V/LkJvL" Content-Disposition: inline In-Reply-To: <202301150005.30F050aD025681@freefriends.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60776 Cc: 60776@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: -3.3 (---) --5/Ildt7N4V/LkJvL Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 14 Jan 2023 17:05, Karl Berry wrote: > most of the code directly preceding & following this line use @. > i.e. the vast majority of the current distdir logic. >=20 > Yeah. >=20 > If you feel like changing those @'s to AM_v_at while we're here, sounds > good to me ... -k i'd like to give it a bit more thought as to what the output should look like in general in a non-verbose build, so i'll do it in a follow up -mike --5/Ildt7N4V/LkJvL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmPDR8EACgkQQWM7n+g3 9YHi/RAAtjL799dTy20ZotIGL0XFDF4RIqS1JFmRW2MICOas9SD4LGbDCqUUQv6I WkT27mzIy2sNn+lkIduotiYS0W6Q4UY82w/v+1t3k1GKUae5wl4nD2mh9XX3JxIs Jg8+kYOT5Qn0ctRZftI8ALD+s/S4XMql36xHTEdKo8H1IMaiyAx+OG/TmsNg+agj hGiEVoYcLCiy32Vr3S8ICVhhYtl4oEsm+S+eUNxB/PAS3K+/fxHAh9ACdZaXQVz4 i4tLGXuzT9cmVZdyPGnPGC+bgLNL7ANofY2Jep84IlBS1QC2Spc/91ob3Sthhb3H wYVahCCjp1TYf3OU1h5ylqsxpxSf+RLhXiqVB5LhhC5cyVykyLARGpS6ppbiy48C /JUnZDR9fUeN7Gp+FO2J07MMc+s4viLtIzfPj/WyFmU0NoTc+lh0rADO3ZnHws4t FYsUI2R8Xx+BS91zIFv3Z3ECePBW5C2m0bHKlvNWql5Wer+BzrXylRWfBxc2qcSW VScerUC+XJl/I47IZ05CexhCH9CDOSmirCwNksslZSDGBl72SVPfon5VN4vTt1PH O/WOY2/Zoep7khy9s4JzzXtDK8MzrxmLnGDQ/1J5V8HpH5Ag7sgsPqx1frdDBJO2 L7LYF8JXk6XMy/EKTV0Hra1rCazH+zmRYP0xayBdVcbIjlUAQ1w= =wme7 -----END PGP SIGNATURE----- --5/Ildt7N4V/LkJvL-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 15 16:50:51 2023 Received: (at control) by debbugs.gnu.org; 15 Jan 2023 21:50:51 +0000 Received: from localhost ([127.0.0.1]:59677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHAtu-0004hm-UN for submit@debbugs.gnu.org; Sun, 15 Jan 2023 16:50:51 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183]:52990 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHAtt-0004hY-0z for control@debbugs.gnu.org; Sun, 15 Jan 2023 16:50:49 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id C1BA0340EC8; Sun, 15 Jan 2023 21:50:42 +0000 (UTC) From: Mike Frysinger To: control@debbugs.gnu.org Subject: Control message User-Agent: GNU debbugs/0 Message-Id: <20230115215042.C1BA0340EC8@smtp.gentoo.org> Date: Sun, 15 Jan 2023 21:50:42 +0000 (UTC) X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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: -3.3 (---) close 60776 thankyou From unknown Sun Jul 27 07:28:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 13 Feb 2023 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator