9front - general discussion about 9front
 help / color / mirror / Atom feed
* Re: [9front] left over cmd/cc/cc.a^(6 8) breaks build with the libbio change
@ 2020-11-05 22:34 ori
  0 siblings, 0 replies; only message in thread
From: ori @ 2020-11-05 22:34 UTC (permalink / raw)
  To: meta.jxy, 9front

> 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-05 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05 22:34 [9front] left over cmd/cc/cc.a^(6 8) breaks build with the libbio change ori

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).