On Mon, 23 May 2011, Paul Heinlein wrote: > If you always download the Subversion repository to the same directory, > then just keep your configure options in a bash shell script. E.g., > > #!/bin/sn
That's a new binary, eh? > svn export -q --force http://blah/blah/blah /your/build/directory > cd /your/build/directory > ./configure \ > --option1=value1 \ > --with-option2 > make Thanks, Paul. Didn't occur to me to put the whole process in a single script. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
