Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add files to .gitignore and add a command line to FAQ.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 23 Mar 2010 16:49:30 +0000 (16:49 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 23 Mar 2010 16:49:30 +0000 (16:49 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7335 48e7efb5-ca39-0410-a469-dd3cf9ba447f

.gitignore
doc/FAQ.doc

index baa1332..bb1ba64 100644 (file)
@@ -30,6 +30,8 @@ src/supernovae_*.c
 src/simgrid_units_main.c
 src/gras_config.h.in
 
+testgraph.dot
+testgraph.xml
 buildtools/Cmake/src/tmp_gras_config.h.in
 conftestval
 cmake_install.cmake
index 602c0ed..fad7f4a 100644 (file)
@@ -492,7 +492,8 @@ Then follow instructions.
  \li CMake
 \verbatim
 cmake ./               configure the project
-make                   build all tagets
+make                   build all targets
+make VERBOSE=1         build all targets and print build command lines
 make test              test all targets and summarize
 make package           make the distrib
 make install-simgrid   install the project (doc/ lib/ include/)