[cig-commits] r21269 - seismo/2D/SPECFEM2D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Jan 17 10:04:36 PST 2013


Author: dkomati1
Date: 2013-01-17 10:04:36 -0800 (Thu, 17 Jan 2013)
New Revision: 21269

Modified:
   seismo/2D/SPECFEM2D/trunk/Makefile.in
Log:
one more fix regarding directories in the main Makefile for the "make realclean" problem


Modified: seismo/2D/SPECFEM2D/trunk/Makefile.in
===================================================================
--- seismo/2D/SPECFEM2D/trunk/Makefile.in	2013-01-17 18:02:12 UTC (rev 21268)
+++ seismo/2D/SPECFEM2D/trunk/Makefile.in	2013-01-17 18:04:36 UTC (rev 21269)
@@ -109,8 +109,8 @@
 
 clean:
 	(rm -rf obj bin src/meshfem2D/*.mod src/specfem2D/*.mod)
-	(cd src/meshfem2D/scotch/src ; make realclean)
-	(cd src/meshfem2D/scotch/src/libscotch ; make scotch.h scotchf.h)
+	(pushd src/meshfem2D/scotch/src ; make realclean ; popd)
+	(pushd src/meshfem2D/scotch/src/libscotch ; make scotch.h scotchf.h ; popd)
 
 help:
 	@echo "usage: make [executable]"



More information about the CIG-COMMITS mailing list