]> granicus.if.org Git - libvpx/commit
OS X shell is incompatible with echo -n
authorJohann <johannkoenig@google.com>
Thu, 16 Feb 2012 22:20:44 +0000 (14:20 -0800)
committerJohann <johannkoenig@google.com>
Thu, 16 Feb 2012 22:20:44 +0000 (14:20 -0800)
commit5f0b303c286781013ef03ebafb8ee27936f5c2e2
treed827473408205951b064f72779a905271509a7a5
parent3653fb473a66258c74d3a550e66c8c1e8f95368c
OS X shell is incompatible with echo -n

Built in echo in 'sh' on OS X does not support -n (exclude trailing
newline). It's not necessary so just leave it off. Fixes issue 390.

Build include guard using 'symbol' so that it is more likely to be
unique.

Change-Id: I4bc6aa1fc5e02228f71c200214b5ee4a16d56b83
build/make/rtcd.sh