From 73a58b60cc7358d06a7fe9129373f0527c854fa7 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Wed, 16 Feb 2011 04:10:58 +0000 Subject: [PATCH] bug 333113: Rebuild last target: option to use build location of active build configuration Patch from Axel Mueller --- doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm index 92e7c4bdb15..5414dae8379 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm @@ -36,8 +36,12 @@ This option defines the scope of command "Rebuild Last Target" in Make Targets View. + From selected project + Rebuild the same make target as was run last time in the currently selected project. + + From selected folder - Rebuild the same make target as was run last time in the currently selected folder . + Rebuild the same make target as was run last time in the currently selected folder. From selected root