summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1997-11-17 17:14:52 +0000
committerDamien Doligez <damien.doligez-inria.fr>1997-11-17 17:14:52 +0000
commita50080255f3f1e2b247b9d349e1547aaecf41c7f (patch)
treeb6f661a5e7bf327e9390e1b958a7c0ae4e2e7bd3
parent3210ec436f6eb105e695bc8cbe3d5de54dda817e (diff)
Macintosh
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1777 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--INSTALL.MPW2
-rw-r--r--stdlib/Makefile.Mac5
2 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL.MPW b/INSTALL.MPW
index d16f65f44..aac07f8aa 100644
--- a/INSTALL.MPW
+++ b/INSTALL.MPW
@@ -41,7 +41,7 @@ Set -e CAMLLIB "{LIBDIR}"
# Make it persistent.
-Echo "Set -e CAMLLIB `quote "{CAMLLIB}"`" >"{MPW}Startup Items:O'Caml"
+Quote Set -e CAMLLIB "{CAMLLIB}" >"{MPW}Startup Items:O'Caml"
# Now you're all set. Build the files and install everything.
# For more explanations on these steps, see the file INSTALL.
diff --git a/stdlib/Makefile.Mac b/stdlib/Makefile.Mac
index f582bcd9d..f66f145e3 100644
--- a/stdlib/Makefile.Mac
+++ b/stdlib/Makefile.Mac
@@ -20,8 +20,9 @@ stdlib.cma Ä {OBJS}
{CAMLC} -a -o stdlib.cma {OBJS}
camlheader Ä
- echo "`quote "{BINDIR}ocamlrun"`" ¶
- '"{command}" {"Parameters"}; exit {status}' > camlheader
+ (quote -n "{BINDIR}ocamlrun"; ¶
+ echo ' "{command}" {"Parameters"}; exit {status}') ¶
+ > camlheader
clean ÄÄ
delete -i camlheader