pvm (3.4.5-12.2) 02-proper-cleaning.patch

Summary

 Makefile |    4 ++++
 1 file changed, 4 insertions(+)

    
download this patch

Patch contents

Index: pvm-3.4.5/Makefile
===================================================================
--- pvm-3.4.5.orig/Makefile
+++ pvm-3.4.5/Makefile
@@ -19,6 +19,10 @@ all:
 
 clean:
 	./lib/aimk $(AIMKSTR) clean
+	-find . -name '*.[oa]' -print | xargs rm
+	-rm bin/*/* lib/*/* pvmgs/*/* tracer/*/* 
+	-rm console/*/pvm src/*/pvmd3 
+	-rm -rf src/*/regex
 
 s:
 	./lib/aimk $(AIMKSTR) s