LCA: Disintermediating distributions
Posted Feb 7, 2008 4:39 UTC (Thu) by
roelofs (guest, #2599)
In reply to:
LCA: Disintermediating distributions by stevenj
Parent article:
LCA: Disintermediating distributions
Try using raw 'make' in a project with subdirectories sometime.
Have:
$(MAKE) -C subdir
or
cd subdir && $(MAKE)
I believe even MS nmake circa 1990 supported that much, and it's not even close to a standard make. Every Unix make I've used (couple dozen) was better than that.
But it has been quite a few years since I messed with any of this stuff, so craniorectal impaction is always a possibility.
Greg
(
Log in to post comments)