9front - general discussion about 9front
 help / color / mirror / Atom feed
From: ori@eigenstate.org
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	[thread overview]
Message-ID: <8EA3C10AFA981970B7EB3A249081FA86@abbatoir.fios-router.home> (raw)

> 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


                 reply	other threads:[~2020-11-05 22:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8EA3C10AFA981970B7EB3A249081FA86@abbatoir.fios-router.home \
    --to=ori@eigenstate.org \
    --cc=meta.jxy@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).