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
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 ;-)
Or deleted... that was cruft, wasn't used at all. Its gone.
.hc
------------------------------------------------------------------------
As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
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:
http://puredata.org/docs/developer/AutoBuildScripts
.hc
------------------------------------------------------------------------