|
From: <son...@us...> - 2008-07-02 18:23:36
|
Revision: 372
http://cbench.svn.sourceforge.net/cbench/?rev=372&view=rev
Author: sonicsoft70
Date: 2008-07-02 11:22:16 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
cleaning tweaks
Modified Paths:
--------------
trunk/cbench/opensource/ctcs/Makefile
trunk/cbench/opensource/mpich/Makefile
Modified: trunk/cbench/opensource/ctcs/Makefile
===================================================================
--- trunk/cbench/opensource/ctcs/Makefile 2008-07-02 18:06:47 UTC (rev 371)
+++ trunk/cbench/opensource/ctcs/Makefile 2008-07-02 18:22:16 UTC (rev 372)
@@ -10,6 +10,7 @@
distclean clean:
$(MAKE) -C src dist-clean
+ -/bin/rm -rf src/runin/bin
install uninstall:
$(do-$@)
Modified: trunk/cbench/opensource/mpich/Makefile
===================================================================
--- trunk/cbench/opensource/mpich/Makefile 2008-07-02 18:06:47 UTC (rev 371)
+++ trunk/cbench/opensource/mpich/Makefile 2008-07-02 18:22:16 UTC (rev 372)
@@ -42,7 +42,7 @@
clean:
-$(MAKE) -C $(MPICH) distclean
rm -f .make-$(MPICH) .configure-$(MPICH)
- rm -rf bin etc include sbin www doc examples lib man share
+ rm -rf bin etc include sbin www doc examples lib man share logfiles
distclean: clean
rm -rf $(MPICH)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|