diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm index 060013e61cb..d2351efb48b 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm @@ -14,7 +14,6 @@
This section describes the build views and terminology.
The value of a build macro will be searched for in the order specified above. If macro is not found for the currently selected file context, the currently selected option context will be used, if -not found, the currently selected configuration context will be used, etc.
+not found, the currently selected configuration context will be used, etc. +It is possible, but not recommended, for a user-defined macro to override the +definition of an MBS pre-defined macro. Overriding MBS pre-defined macros can +have unanticipated consequences.To define a new macro the "New" button should be pressed. A dialog will appear representing the macro definition.
diff --git a/doc/org.eclipse.cdt.doc.user/topics_Concepts.xml b/doc/org.eclipse.cdt.doc.user/topics_Concepts.xml
index f0cda319008..46c58f7368c 100644
--- a/doc/org.eclipse.cdt.doc.user/topics_Concepts.xml
+++ b/doc/org.eclipse.cdt.doc.user/topics_Concepts.xml
@@ -23,7 +23,6 @@