diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-04 10:40:12 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-04 10:40:12 +0000 |
commit | 470eb1c6a83fc1484b8f6e3623dd1eae6209734c (patch) | |
tree | 2f2e132b6c8177ef58b8514677e4d7127bb9dc12 | |
parent | ed32b79e26bd777fc5dd11f1602c36ea114ba173 (diff) |
remove .i files in clean rule
-rw-r--r-- | sys/src/9/port/portmkfile | 2 |
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 |