diff options
author | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2013-11-16 09:43:23 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-11-16 09:43:23 +0900 |
commit | f126afbba21af39c493f21424b653bb5c2e0d58f (patch) | |
tree | 536c472e9fc21e92ae06392c935bd140b75221d3 /.gitignore | |
parent | d606437f65d3b22d91a0e94a5e1e74eaba459aec (diff) | |
download | efl-f126afbba21af39c493f21424b653bb5c2e0d58f.tar.gz |
Fix build issues on Mac OS X due to sh differences.
Summary:
* efl.m4: add support for xterm-256color and fix display for the bsd echo. Fix autotools issue (present on Ubuntu also, but better handled).
* doc/Makefile.am: bsd echo may not handle -n option in sh
Reviewers: cedric
CC: cedric, seoz
Differential Revision: https://phab.enlightenment.org/D329
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d1d2d49512..f98ec62066 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ Makefile Makefile.in tags +.DS_Store .deps .libs *.trs |