LCA: Disintermediating distributions
Posted Feb 7, 2008 0:15 UTC (Thu) by
stevenj (guest, #421)
In reply to:
LCA: Disintermediating distributions by DonDiego
Parent article:
LCA: Disintermediating distributions
Try using raw 'make' in a project with subdirectories sometime.
Another obstacle is that 'make' relies on 'sh' (a fairly primitive language) if you want to do anything nontrivial, and portable shell programming requires extreme care. (This is also a source of unfortunate complexity in autoconf and automake, but they provide tools to lessen your dependence on sh, at least.)
(
Log in to post comments)