From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17474 invoked from network); 29 Mar 2023 20:23:01 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 29 Mar 2023 20:23:01 -0000 Received: from pb-smtp20.pobox.com ([173.228.157.52]) by 9front; Wed Mar 29 16:19:44 -0400 2023 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 4AB861DE194 for <9front@9front.org>; Wed, 29 Mar 2023 16:19:40 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=VBOld1vcQmuJOSpm2NpR5o7C/ LkNiPIhtzfqlL3rTDI=; b=OKXJArBdH7hUKNL7mqZU7f9iePNzptpZOexCdc3wE QMJ2cbQL28MxhD4wS/hM58k5pXoCxYoBOsjnaRU4MhoOmvirj35Nxc4wTtBvJWVr eIOGULJxScXDcrH2MVV/KVdS39eiHejgwYuh+HRJjrKyYcF8R2LLYO21BOPwmdBk UQ= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 42C481DE193 for <9front@9front.org>; Wed, 29 Mar 2023 16:19:40 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [75.204.169.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 124071DE192 for <9front@9front.org>; Wed, 29 Mar 2023 16:19:36 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <20D239A642C9E9657FE23CE8E26549A9@smtp.pobox.com> To: 9front@9front.org Date: Wed, 29 Mar 2023 13:19:32 -0700 From: unobe@cpan.org In-Reply-To: <69f9ac13-6555-4ecf-7fa6-630739018ace@posixcafe.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 06F1EB80-CE6F-11ED-961C-C2DA088D43B2-09620299!pb-smtp20.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: immutable cache callback session control Subject: Re: [9front] Beware of 'mk nuke': mkrunetype.c Reply-To: 9front@9front.org Precedence: bulk Quoth Jacob Moody : > I have modified the rules so that no automatic generation of these > files will be done, moving them to an explicit virtual rule. This > should prevent this happening in the future to anyone else. > > For records this commit is: > 997ea3e5ccd9cba5d1f8fad48a0320574696f5bc > > Thank you again for your bug report, > moody > Confirmed, nuke'ing now doesn't exhibit the same behavior, and the system builds. Thanks, moody!