August 24, 2011
I think we should start packaging DMD distributions with a meta-make file or rdmd script that builds DMD, druntime and Phobos, copies the DMD binary and Phobos library into the proper directory, and optionally runs the Phobos unit tests.  I currently have a ridiculously quick-and-dirty rdmd script that does this.  Is anyone else interested enough in this that it would be worth improving to release quality and submitting as a pull request?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20110824/313b6e83/attachment.html>
August 24, 2011
On Wed, 24 Aug 2011 16:36:37 +0200, David Simcha <dsimcha at gmail.com> wrote:

> I think we should start packaging DMD distributions with a meta-make
> file or
> rdmd script that builds DMD, druntime and Phobos, copies the DMD binary
> and
> Phobos library into the proper directory, and optionally runs the Phobos
> unit tests.  I currently have a ridiculously quick-and-dirty rdmd script
> that does this.  Is anyone else interested enough in this that it would
> be
> worth improving to release quality and submitting as a pull request?

For the time being you could adjust my rebuild script to your needs. http://codepad.org/4fEilNIy

martin