Re: Improve devel/arduino BSDmakefile

2013-05-14 Thread Janne Johansson
Without this, make -jX will race the target and not produce the output. # cvs diff -uNp BSDmakefile Index: BSDmakefile === RCS file: /open/anoncvs/cvs/ports/devel/arduino/files/BSDmakefile,v retrieving revision 1.6 diff -u -p -u -p

Re: Improve devel/arduino BSDmakefile

2013-05-09 Thread Janne Johansson
2013/5/3 Edd Barrett vex...@gmail.com Hi, I found a few nits and things which could be more user friendly in the arduino example BSDmakefile. The diff below does the following: - Adds the utility/ directory as an include path for each library imported. Needed to build, for example,

Improve devel/arduino BSDmakefile

2013-05-03 Thread Edd Barrett
Hi, I found a few nits and things which could be more user friendly in the arduino example BSDmakefile. The diff below does the following: - Adds the utility/ directory as an include path for each library imported. Needed to build, for example, the SD library. - Add example settings for an