<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
David Simcha wrote:
<blockquote
 cite="mid:5e03ec7a1002180802w43124227y16700cdb028e798f@mail.gmail.com"
 type="cite">I basically flunked the build processes course and I don't
actually know Make.&nbsp; My success rate compiling software on Linux is
well under 50%.&nbsp; I loved the old make file because it required no
configuration, etc. and everything always worked.&nbsp; My biggest concern
is that, for new school programmers that don't use makefiles in their
own projects and don't know how to fix them if something goes wrong,
the build process needs to Just Work (TM) without any tweaking.&nbsp; I
frankly don't care how messy it is under the hood.<br>
</blockquote>
<br>
I agree with everything you say, except the last sentence.<br>
<br>
<blockquote
 cite="mid:5e03ec7a1002180802w43124227y16700cdb028e798f@mail.gmail.com"
 type="cite"><br>
  <div class="gmail_quote">On Thu, Feb 18, 2010 at 10:26 AM, Andrei
Alexandrescu <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:andrei@erdani.com">andrei@erdani.com</a>&gt;</span> wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'm
rewriting the Linux makefile. The existing one works well and is small,
but Walter complained about it being impenetrable and I agree. It uses
weird string expansions and stuff.<br>
    <br>
Back when I wrote it that was the only method I could find to avoid
repeating a lot of stuff for all OSs, builds, unittests, etc. Recently,
inspired by Walter, I decided to go with a different approach that
relies on recursive make invocations. That simplifies matters
drastically: no more string expansions, no more '$$', no more crap.<br>
    <br>
By this I'm asking you what you'd like to see in the makefile. What are
the builds that you need and use, and what builds you'd like to use
that aren't there?<br>
    <br>
    <br>
Andrei<br>
_______________________________________________<br>
phobos mailing list<br>
    <a moz-do-not-send="true" href="mailto:phobos@puremagic.com"
 target="_blank">phobos@puremagic.com</a><br>
    <a moz-do-not-send="true"
 href="http://lists.puremagic.com/mailman/listinfo/phobos"
 target="_blank">http://lists.puremagic.com/mailman/listinfo/phobos</a><br>
  </blockquote>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
phobos mailing list
<a class="moz-txt-link-abbreviated" href="mailto:phobos@puremagic.com">phobos@puremagic.com</a>
<a class="moz-txt-link-freetext" href="http://lists.puremagic.com/mailman/listinfo/phobos">http://lists.puremagic.com/mailman/listinfo/phobos</a></pre>
</blockquote>
</body>
</html>