ref: 470eb1c6a83fc1484b8f6e3623dd1eae6209734c
parent: ed32b79e26bd777fc5dd11f1602c36ea114ba173
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