From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 47F471F489 for ; Fri, 6 Oct 2023 09:07:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1696583247; bh=K5+8iGsHG3VvKw02XnbTuZbrtxNzDau02ryuxXHsJ8U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=zIF7IhSBCxFxypNl5G+xJ5EadCADO5MopZcH/vhSPQ9m8Q0xP8LaxjNj2GyCaUqdb 21MN4b4ospBImb6nQRblir2wV6wR6fAx8dE/2Ka/jLb2AnzbhcjDNcd3esbtYlTZHM JvHxYqNSBPGGLeZRY5d+V3UWyiRkB/T45FiCnyyc= From: Eric Wong To: spew@80x24.org Subject: [PATCH 5/6] makefile: check-run skips makefile checks Date: Fri, 6 Oct 2023 09:07:25 +0000 Message-ID: <20231006090726.3936839-5-e@80x24.org> In-Reply-To: <20231006090726.3936839-1-e@80x24.org> References: <20231006090726.3936839-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- Makefile.PL | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 38e030f5..90b4c120 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -236,8 +236,6 @@ check-each : pure_all -@\$(check_manifest) # check-run relies "--state=save" in check-each for best performance -check-run : check-man - # n.b. while `-' isn't specified as an allowed make(1posix) macro name, # GNU and *BSD both allow it. check-run_T_ARGS = -j\$(N)