summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-01-31 14:47:50 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-01-31 14:48:43 +0100
commit9b11db848665fb9501b5c88ffb1a5bd81abf7d69 (patch)
treebcfff2e527e6db805c368a2614bcf352224700cd
parenttell the options dialog to relayout if a pane queue-resizes (diff)
downloadcore-9b11db848665fb9501b5c88ffb1a5bd81abf7d69.tar.gz
core-9b11db848665fb9501b5c88ffb1a5bd81abf7d69.zip
rewriters no longer create .new files, they modify sources directly
Change-Id: I24bce9dcf46367b5658071ed692d346bb01a83a3
-rw-r--r--compilerplugins/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/README b/compilerplugins/README
index 9dae9a1d236c..857800577e74 100644
--- a/compilerplugins/README
+++ b/compilerplugins/README
@@ -63,7 +63,7 @@ if appropriate.
Rewriters analyse and possibly modify given source files.
Usage: make COMPILER_PLUGIN_TOOL=<rewriter_name>
-Modifications will be written to files <source_file>.new .
+Modifications will be written directly to the source files.
== Code documentation / howtos ==