Need help deciphering posix.mak

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 4 18:04:31 PST 2014


On Fri, 5 Dec 2014 12:47:45 +1100
Daniel Murphy via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> "H. S. Teoh via Digitalmars-d"  wrote in message 
> news:mailman.2688.1417735514.9932.digitalmars-d at puremagic.com...
> 
> > > >
> > > >What would you suggest we do?
> > >
> > > Write a build script in D?
> >
> > +1.
> 
> I mean, a D compiler is an additional dependency, but it's one we're already 
> planning to add for dmd. 
i think that it's ok. let makefiles build the "bootstrap" compiler --
one w/o testing, alot of options and so on, and then use that bootstrap
compiler to run the real build script. that complex build script can be
used to do all complex tasks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20141205/41920db0/attachment.sig>


More information about the Digitalmars-d mailing list