diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-06 15:08:55 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-06 15:08:55 +0000 |
commit | 7383d7de1f683b76a72c71fba42cd4d3bc297870 (patch) | |
tree | 662313a2e0a0a43f964e1e3374e3e09f5c05d46d /fixincludes | |
parent | 5ebccf71ef30bc85daa0b856531eac96a9e0e4cb (diff) | |
download | gcc-7383d7de1f683b76a72c71fba42cd4d3bc297870.tar.gz |
clarification
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes')
-rw-r--r-- | fixincludes/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fixincludes/README b/fixincludes/README index 9b482102b28..3e4e63f4a78 100644 --- a/fixincludes/README +++ b/fixincludes/README @@ -162,7 +162,9 @@ MAKING CHANGES TO INCLHACK.DEF 4. There are currently four methods of fixing a file: 1. a series of sed expressions. Each will be an individual - "-e" argument to a single invocation of sed. + "-e" argument to a single invocation of sed. Unless you + need to use multiple or complex sed expressions, please + use the "replacement text" method instead. 2. a shell script. These scripts are _required_ to read all of stdin in order to avoid pipe stalls. They may choose to |