X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20210225145454.11001.qmail@stuge.se> Date: Thu, 25 Feb 2021 14:54:54 +0000 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] FreeBSD 12.2 "make all-recursive" error References: <202102240343 DOT 11O3hWQT023998 AT delorie DOT com> <20210225104632 DOT 6906 DOT qmail AT stuge DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Roland Lutz wrote: > > While touching this rule (and the actions.init.x one) maybe also remove > > && since make stops on any error. > > Um, yes? That's exactly why I used && there. Why would you want > `make' to ignore errors? My point was that it doesn't; thus the && is redundant, the mv command can just go on the next line. //Peter