[PD-dev] scripts/nightly-build.sh

2006-10-03 Thread IOhannes m zmoelnig
excerpt from scripts/nightly-build.sh snip # GNU/Linux if [ ${UNAME} == Darwin ]; then cd packages/linux_make fi /snip it would be nice if such magic would be documented ;-) mfg.adsr. IOhannes ___ PD-dev mailing list PD-dev@iem.at

Re: [PD-dev] scripts/nightly-build.sh

2006-10-03 Thread Hans-Christoph Steiner
On Oct 3, 2006, at 7:42 AM, IOhannes m zmoelnig wrote: excerpt from scripts/nightly-build.sh snip # GNU/Linux if [ ${UNAME} == Darwin ]; then cd packages/linux_make fi /snip it would be nice if such magic would be documented ;-) Here's a quick rundown: