ref: 2ca84506b5a4a4dd02a7bb476c7d828af2618437
parent: 991c25607f412293265fcc9a6b8c1293c8c939e0
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Wed May 4 06:40:12 EDT 2011
remove .i files in clean rule
--- a/sys/src/9/port/portmkfile
+++ b/sys/src/9/port/portmkfile
@@ -30,7 +30,7 @@
mk 'CONF='$i
clean:V:
- rm -f *.[$OS] *.root.s *.rootc.c cfs.h fs.h init.h conf.h *.out *.m errstr.h rootfs.bz2
+ rm -f *.[$OS] *.i *.root.s *.rootc.c cfs.h fs.h init.h conf.h *.out *.m errstr.h rootfs.bz2
for(i in $CONFLIST $CRAPLIST)
mk $i.clean
--
⑨