From 8603374ce982b2b94df8f042c4528637bd15ab0b Mon Sep 17 00:00:00 2001 From: navarrop Date: Tue, 23 Mar 2010 16:49:30 +0000 Subject: [PATCH] Add files to .gitignore and add a command line to FAQ. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7335 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- .gitignore | 2 ++ doc/FAQ.doc | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index baa13325ef..bb1ba64fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 602c0ed69b..fad7f4a6b7 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -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/) -- 2.20.1