summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-05-04 10:40:12 +0000
committercinap_lenrek <cinap_lenrek@centraldogma>2011-05-04 10:40:12 +0000
commit470eb1c6a83fc1484b8f6e3623dd1eae6209734c (patch)
tree2f2e132b6c8177ef58b8514677e4d7127bb9dc12
parented32b79e26bd777fc5dd11f1602c36ea114ba173 (diff)
remove .i files in clean rule
-rw-r--r--sys/src/9/port/portmkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/portmkfile b/sys/src/9/port/portmkfile
index 0253999d5..7b0c14053 100644
--- a/sys/src/9/port/portmkfile
+++ b/sys/src/9/port/portmkfile
@@ -30,7 +30,7 @@ all:V:
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