git: 9front

Download patch

ref: bcd7003badc602103dae2c9c3f8b8c0c88810a80
parent: 5b450a2cb33da3cbcded684a50edb28b27b4176c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Dec 14 17:25:15 EST 2014

kernel: remove *.acid files in nuke target instead of $CONF.clean target

--- a/sys/src/9/port/portmkfile
+++ b/sys/src/9/port/portmkfile
@@ -35,10 +35,10 @@
 		mk $i.clean
 
 %.clean:V:
-	rm -f $stem.c [9bz]$stem [9bz]$stem.gz s[9bz]$stem boot$stem.* *.acid
+	rm -f $stem.c [9bz]$stem [9bz]$stem.gz s[9bz]$stem boot$stem.*
 
 nuke:V:	clean
-	rm -f ../boot/libboot.a$O *.elf *.rr
+	rm -f ../boot/libboot.a$O *.elf *.rr *.acid
 
 %.$O:	/$objtype/include/u.h ../port/lib.h mem.h dat.h fns.h io.h ../port/error.h ../port/portdat.h ../port/portfns.h
 
--