git: 9front

Download patch

ref: a34d2432071666b09b04ef402b9456036945da4a
parent: ddcf0dcbfddc1a22028306eaa9f070702f4a6f44
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Wed Aug 17 19:36:59 EDT 2011

python: remove libpython.a on nuke

--- a/sys/src/cmd/python/mkfile
+++ b/sys/src/cmd/python/mkfile
@@ -47,6 +47,9 @@
 		cd $i
 		mk $target
 	}
-	rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output libextra.a$O
+	rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $OFILES
 	rm -f Extra/config config.c
+
+nuke:V:
+	mk clean
 	rm -f /$objtype/lib/ape/libpython.a
--