diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-01-31 14:47:50 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-01-31 14:48:43 +0100 |
commit | 9b11db848665fb9501b5c88ffb1a5bd81abf7d69 (patch) | |
tree | bcfff2e527e6db805c368a2614bcf352224700cd /compilerplugins | |
parent | 0867207f2934ba20ab2636d38ec64a01a5a2a8d7 (diff) |
rewriters no longer create .new files, they modify sources directly
Change-Id: I24bce9dcf46367b5658071ed692d346bb01a83a3
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/README | 2 |
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 == |