diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-14 22:25:15 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-14 22:25:15 +0100 |
| commit | 8d6171f1ae830a7830ce1d40bf8295340f6a894a (patch) | |
| tree | 560da0a2141b31b264dc949d6b153171736378e8 | |
| parent | 67bed722f21cb216a0fcc3d3ebebf161b09439d4 (diff) | |
| download | plan9front-8d6171f1ae830a7830ce1d40bf8295340f6a894a.tar.xz | |
kernel: remove *.acid files in nuke target instead of $CONF.clean target
| -rw-r--r-- | sys/src/9/port/portmkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/port/portmkfile b/sys/src/9/port/portmkfile index a3e200111..a1c5c498c 100644 --- a/sys/src/9/port/portmkfile +++ b/sys/src/9/port/portmkfile @@ -35,10 +35,10 @@ clean:V: mk $i.clean %.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 - 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 |
