<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Wed, Jan 17, 2018 at 3:44 PM Jim Ingham <<a href="mailto:jingham@apple.com">jingham@apple.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>I don't see any of these operations that can't be done in a make file, after all you can run arbitrary commands there.  We do make directories, dylibs, move and strip files, etc in some of the makefiles in the test case.<br></blockquote><div>Make doesn't have builtin substitutions like %t or even better, ones you can define yourself in Python.  Make can obviously do anything (it can even run a shell script!) but when you have a DSL, then it becomes much easier to do domain specific things.</div><div><br></div></div></div>