From 8f8fad0af746df4634eafd9f8049bed164e42b2d Mon Sep 17 00:00:00 2001 From: halw Date: Fri, 17 Jun 2011 16:27:58 +0000 Subject: [PATCH] Author:halw Date:2011-06-16T22:17:24.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@928 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-how-tos/compiling/clean-compile.wiki | 2 +- .../concurrent-eiffel-scoop/scoop-practical-matters.wiki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/clean-compile.wiki b/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/clean-compile.wiki index f1d74bbb..9cf6a9a4 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/clean-compile.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/clean-compile.wiki @@ -1,7 +1,7 @@ [[Property:title|Clean compile]] [[Property:weight|8]] [[Property:uuid|095a89c1-6043-3184-bedc-a42e10ee183d]] -Doing a '''clean compile''', sometimes called a '''compile from scratch''' is occasionally necessary as you develop systems. For example, if you change certain project settings or add, remove, or change a precompiled library, you will have to do a clean compile. +Doing a '''clean compile''', sometimes called a '''compile from scratch''', is occasionally necessary as you develop systems. For example, if you change certain project settings or add, remove, or change a precompiled library, you will have to do a clean compile. The process first involves cleaning, that is, removing any of the previously generated intermediate compile information (the EIFGENs folder). Cleaning is followed by a fresh compile which regenerates the EIFGENs anew. diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki index 2a4e05c6..9b54afa4 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki @@ -20,6 +20,6 @@ In order to enable SCOOP processing in your project, you use the project setting - +{{note|The '''Concurrency''' setting requires a [[Clean compile|clean compile]] to be done in order for a change of value to take effect. }}