aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2008-03-04 13:06:43 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2008-03-04 13:06:43 +0000
commitf85ac5c25d9dbefed72dda18c1d56e2391668c58 (patch)
treeedf0ebab401a456d8678877b9a26aabca9fd2365
parent7a0378bd983ce4586f14152f6047ad971ab3f0a7 (diff)
downloadcompcert-f85ac5c25d9dbefed72dda18c1d56e2391668c58.tar.gz
compcert-f85ac5c25d9dbefed72dda18c1d56e2391668c58.zip
Probleme echo -ne sur MacOS 10.5v1.2
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@548 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
-rw-r--r--cil.patch/Makefile.in.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/cil.patch/Makefile.in.patch b/cil.patch/Makefile.in.patch
new file mode 100644
index 00000000..560d51e0
--- /dev/null
+++ b/cil.patch/Makefile.in.patch
@@ -0,0 +1,14 @@
+--- ../cil/Makefile.in.orig 2006-05-21 06:14:15.000000000 +0200
++++ ../cil/Makefile.in 2008-03-04 14:04:21.000000000 +0100
+@@ -243,9 +243,9 @@
+ echo " Zrapp.feature;" >> $@
+ endif
+ # Now the extra features, with the first letter capitalized
+- echo -ne \
++ echo \
+ $(foreach f,@EXTRAFEATURES@, \
+- `echo $f | cut -c 1 | tr "[a-z]" "[A-Z]"``echo $f | cut -c 2-`".feature;\n") >> $@
++ `echo $f | cut -c 1 | tr "[a-z]" "[A-Z]"``echo $f | cut -c 2-`".feature;") >> $@
+ echo "]" >>$@
+ # Must delete main.d and remake it, because it may have been made
+ # before feature_config existed.