From 493f306fcb2ba7db1187e9fe7bf7e0df9875118d Mon Sep 17 00:00:00 2001 From: John Kerl Date: Fri, 21 Aug 2015 23:40:39 -0400 Subject: [PATCH] use CCOMP=gcc in c/dsls/Makefile as well as c/Makefile --- c/todo.txt | 2 ++ doc/build.html | 18 +++++------------- doc/content-for-build.html | 12 +++++------- 3 files changed, 12 insertions(+), 20 deletions(-) diff --git a/c/todo.txt b/c/todo.txt index 805d9dfbe9..69321dff4d 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -43,6 +43,8 @@ TOP OF LIST ---------------------------------------------------------------- little: +* keystroke-saver for tsvlite i/o + * comma-number -- using locale? * make it clear in the docs this is at present a purely ASCII tool. (unless by diff --git a/doc/build.html b/doc/build.html index f36736871f..3f940e2950 100644 --- a/doc/build.html +++ b/doc/build.html @@ -140,19 +140,11 @@ href="http://valgrind.org/">valgrind for detection of memory leaks and runtime memory-access errors. -

I’ve also used clang on MacOS Yosemite. To use clang, I simply did - -

-

-
-make -C c -e CCOMP=clang
-
-
-

- -Alternatively, one may edit c/Makefile and change CCOMP=gcc -to CCOMP=clang. (If you encounter issues I haven’t, please open an issue -at https://github.com/johnkerl/miller.) +

I’ve also used clang on MacOS Yosemite. To use clang, +one may edit c/Makefile as well as c/dsls/Makefile and change +CCOMP=gcc to CCOMP=clang. (If you encounter issues I +haven’t, please open an issue at https://github.com/johnkerl/miller.)

Required external dependencies: These are necessary to produce the mlr executable. diff --git a/doc/content-for-build.html b/doc/content-for-build.html index b9aead172e..ac9eb5751c 100644 --- a/doc/content-for-build.html +++ b/doc/content-for-build.html @@ -39,13 +39,11 @@ href="http://valgrind.org/">valgrind for detection of memory leaks and runtime memory-access errors. -

I’ve also used clang on MacOS Yosemite. To use clang, I simply did - -POKI_CARDIFY(make -C c -e CCOMP=clang)HERE - -Alternatively, one may edit c/Makefile and change CCOMP=gcc -to CCOMP=clang. (If you encounter issues I haven’t, please open an issue -at https://github.com/johnkerl/miller.) +

I’ve also used clang on MacOS Yosemite. To use clang, +one may edit c/Makefile as well as c/dsls/Makefile and change +CCOMP=gcc to CCOMP=clang. (If you encounter issues I +haven’t, please open an issue at https://github.com/johnkerl/miller.)

Required external dependencies: These are necessary to produce the mlr executable.