From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Thu Nov 5 17:35:09 -0500 2020 Received: from abbatoir.fios-router.home (pool-74-101-2-6.nycmny.fios.verizon.net [74.101.2.6]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 7ecca554 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Thu, 5 Nov 2020 14:35:00 -0800 (PST) Message-ID: <8EA3C10AFA981970B7EB3A249081FA86@abbatoir.fios-router.home> To: meta.jxy@gmail.com To: 9front@9front.org Subject: Re: [9front] left over cmd/cc/cc.a^(6 8) breaks build with the libbio change Date: Thu, 05 Nov 2020 14:34:59 -0800 From: ori@eigenstate.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: framework module pipelining-scale configuration layer > The files cmd/cc/cc.a^(6 8) remain after mk clean under /sys/src. Hm. I wonder if we want a change like: diff -r 7de44d083ea9 sys/src/cmd/mkone --- a/sys/src/cmd/mkone Wed Nov 04 23:09:47 2020 +0100 +++ b/sys/src/cmd/mkone Thu Nov 05 14:31:42 2020 -0800 @@ -40,7 +40,7 @@ rm -f *.[$OS] [$OS].out y.tab.? lex.yy.c y.debug y.output *.acid $TARG $CLEANFILES clean:V: - rm -f *.[$OS] [$OS].out y.tab.? lex.yy.c y.debug y.output $TARG $CLEANFILES + rm -f *.[$OS] *.a[$OS] [$OS].out y.tab.? lex.yy.c y.debug y.output $TARG $CLEANFILES safeinstall:V: $O.out test -e $BIN/$TARG && mv $BIN/$TARG $BIN/_$TARG