Tadashi G. Takaoka writes: > Thank you for merging OSX patches into mainline! But there is one > more tiny glitch. OSX's "install" command does not accept "-D" option. > It would be happy if you will revise the Makefile.
Hi Tadashi, No problem. Does OSX's mkdir support the -p option (create parents)? If so, I could use this instead of install -D. Also, you mentioned earlier that B460800 was not defined on OSX. When you set -DB460800=460800, did the serial driver work ok? If so, I'll include something like this: #ifdef __APPLE__ #define B460800 460800 #endif So you won't need the -D option any more. Regards, Daniel
