python: clean and nuke pgen and libpython.a for all $CPUS

front
cinap_lenrek 2019-03-18 07:15:09 +01:00
parent c8fcefb38b
commit 746a99e10d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ OFILES=\
parsetok.$O\
tokenizer.$O\
CLEANFILES=pgen.$objtype
CLEANFILES=`{echo pgen.^($CPUS)}
</sys/src/cmd/mksyslib

View File

@ -31,5 +31,5 @@ Extra/config:D:
clean nuke:V:
for(i in $LIBDIRS) @{cd $i && mk $target}
rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $OFILES
rm -f libpython.a[$OS] libextra.a[$OS] /$objtype/lib/ape/libpython.a
rm -f libpython.a[$OS] libextra.a[$OS] /^($CPUS)^/lib/ape/libpython.a
rm -f config.c Extra/config