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=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 30491 invoked from network); 21 Apr 2022 18:04:07 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 21 Apr 2022 18:04:07 -0000 Received: from odoacer.turtle-trading.net ([93.241.193.16]) by 9front; Thu Apr 21 14:02:29 -0400 2022 Received: from zenobia.turtle-trading.net ([192.168.2.111]) by odoacer.turtle-trading.net with esmtp (Exim 4.80) (envelope-from ) id 1nhb8H-0005UW-IU; Thu, 21 Apr 2022 20:02:21 +0200 Received: from benny by zenobia.turtle-trading.net with local (Exim 4.94.2) (envelope-from ) id 1nhb8H-000o4g-9y; Thu, 21 Apr 2022 20:02:21 +0200 From: Benjamin Riefenstahl To: Sean Hinchee Cc: 9front@9front.org References: <87tuazv7om.fsf@turtle-trading.net> <87r15rwyig.fsf@turtle-trading.net> Date: Thu, 21 Apr 2022 20:02:21 +0200 In-Reply-To: (Sean Hinchee's message of "Thu, 21 Apr 2022 01:51:09 -0700") Message-ID: <871qxqe2mq.fsf@turtle-trading.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: service rails high-performance controller Subject: Re: [9front] Re: Update system: Difference "mk nuke" and "mk clean"? Reply-To: 9front@9front.org Precedence: bulk Sean Hinchee writes: > As sirjofri states, nuke will delete library targets and more files > than clean will. Ok, deleting libraries makes sense. So "mk clean" is opposite to "mk all", and "mk nuke" goes with "mk install". Within reason, I guess, as deleting programs would not make sense ever. Thanks, benny