[cig-commits] r5608 - mc/3D/CitcomS/trunk/doc/manual

sue at geodynamics.org sue at geodynamics.org
Wed Dec 20 14:13:47 PST 2006


Author: sue
Date: 2006-12-20 14:13:44 -0800 (Wed, 20 Dec 2006)
New Revision: 5608

Modified:
   mc/3D/CitcomS/trunk/doc/manual/citcoms.lyx
   mc/3D/CitcomS/trunk/doc/manual/citcoms.pdf
Log:
added note about updating to 2.10.3

Modified: mc/3D/CitcomS/trunk/doc/manual/citcoms.lyx
===================================================================
--- mc/3D/CitcomS/trunk/doc/manual/citcoms.lyx	2006-12-20 19:52:44 UTC (rev 5607)
+++ mc/3D/CitcomS/trunk/doc/manual/citcoms.lyx	2006-12-20 22:13:44 UTC (rev 5608)
@@ -3008,6 +3008,82 @@
  in each source directory.
 \end_layout
 
+\begin_layout Standard
+The configure script stores dependency information for source files in hidden
+ subdirectories called 
+\family typewriter
+.deps
+\family default
+.
+ If source files are added, deleted, moved, or renamed -- which may happen
+ if you run 
+\family typewriter
+svn update
+\family default
+ to merge the latest changes -- the 
+\family typewriter
+make
+\family default
+ command may report errors for source files which no longer exist.
+ If this happens, clean your existing configuration using the 
+\family typewriter
+make distclean
+\family default
+ command, and then re-run 
+\family typewriter
+configure
+\family default
+ and 
+\family typewriter
+make
+\family default
+:
+\end_layout
+
+\begin_layout LyX-Code
+$ make distclean
+\end_layout
+
+\begin_layout LyX-Code
+$ ./configure
+\end_layout
+
+\begin_layout LyX-Code
+$ make
+\end_layout
+
+\begin_layout Standard
+The 
+\family typewriter
+make
+\family default
+ 
+\family typewriter
+distclean
+\family default
+ command deletes all files generated by 
+\family typewriter
+configure
+\family default
+, including the Makefiles themselves! Therefore, after running 
+\family typewriter
+make
+\family default
+ 
+\family typewriter
+distclean
+\family default
+, you will not be able to run 
+\family typewriter
+make
+\family default
+ again until you re-run 
+\family typewriter
+configure
+\family default
+.
+\end_layout
+
 \begin_layout Chapter
 Running CitComS.py
 \end_layout

Modified: mc/3D/CitcomS/trunk/doc/manual/citcoms.pdf
===================================================================
(Binary files differ)



More information about the cig-commits mailing list