Date: Fri, 16 Oct 1998 22:17:17 -0400 From: David Holland <dholland@cs.toronto.edu> To: rkw@Dataplex.NET (Richard Wackerbarth) Cc: asami@FreeBSD.ORG, kpielorz@tdx.co.uk, eivind@yes.no, current@FreeBSD.ORG Subject: Re: Never ending 'make clean' in kde port? Message-ID: <98Oct16.221719edt.37814-16861@qew.cs.toronto.edu> In-Reply-To: <l03130304b2479a02ef85@[208.2.87.5]> from "Richard Wackerbarth" at Oct 12, 98 07:49:26 am
next in thread | previous in thread | raw e-mail | index | archive | help
> This is a clear case of the evils of "recursive make". > http://www.canb.auug.org.au/~millerp/rmch/recu-make-cons-harm.html While this guy has some points, his assertion that it's always faster to have one makefile is completely false - I broke netbsd's libc into recursive makes at one point and it got a lot faster. Why? Probably because some of the operations on the dependency graph are slower than O(n). -- - David A. Holland | (please continue to send non-list mail to dholland@cs.utoronto.ca | dholland@hcs.harvard.edu. yes, I moved.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?98Oct16.221719edt.37814-16861>