kernel: remove *.acid files in nuke target instead of $CONF.clean target

This commit is contained in:
cinap_lenrek 2014-12-14 22:25:15 +01:00
parent 67bed722f2
commit 8d6171f1ae

View file

@ -35,10 +35,10 @@ clean:V:
mk $i.clean mk $i.clean
%.clean:V: %.clean:V:
rm -f $stem.c [9bz]$stem [9bz]$stem.gz s[9bz]$stem boot$stem.* *.acid rm -f $stem.c [9bz]$stem [9bz]$stem.gz s[9bz]$stem boot$stem.*
nuke:V: clean nuke:V: clean
rm -f ../boot/libboot.a$O *.elf *.rr rm -f ../boot/libboot.a$O *.elf *.rr *.acid
%.$O: /$objtype/include/u.h ../port/lib.h mem.h dat.h fns.h io.h ../port/error.h ../port/portdat.h ../port/portfns.h %.$O: /$objtype/include/u.h ../port/lib.h mem.h dat.h fns.h io.h ../port/error.h ../port/portdat.h ../port/portfns.h