From owner-freebsd-hackers Sat Jun 22 12:46:13 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA04934 for hackers-outgoing; Sat, 22 Jun 1996 12:46:13 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA04927 for ; Sat, 22 Jun 1996 12:46:11 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id MAA02300; Sat, 22 Jun 1996 12:44:49 -0700 (PDT) To: mark@linus.demon.co.uk (Mark Valentine) cc: hackers@FreeBSD.ORG Subject: Re: What do people think of this change to /usr/src/Makefile? In-reply-to: Your message of "Sat, 22 Jun 1996 19:49:51 BST." <199606221849.TAA00381@linus.demon.co.uk> Date: Sat, 22 Jun 1996 12:44:48 -0700 Message-ID: <2298.835472688@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > My only real point is that catering for folks with such lack of procedural > discipline by adding bloat to an already complex core part of the system is > generally asking for trouble. For anyone with a clue (which should include I don't see wanting to do simultaneous makes using a *stock* source tree as any lack of procedural discipline. I was very disappointed in the BSD source tree mechanism when I saw how badly they'd muffed it with the symlinks and this is just my attempt to FIX it. > This is a minor case in point, but a few of these add up to have a significan t > effect on the simplicity of the system (perhaps making more important future > changes that little bit harder to preserve compatibility). Actually, if you want to look at the .mk files again you'll find that I've greatly *simplified* things in many major respects! Jordan