From 470eb1c6a83fc1484b8f6e3623dd1eae6209734c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 4 May 2011 10:40:12 +0000 Subject: [PATCH] remove .i files in clean rule --- sys/src/9/port/portmkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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