From owner-freebsd-arch@FreeBSD.ORG Wed Sep 17 00:01:16 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B086F16A4C0 for ; Wed, 17 Sep 2003 00:01:16 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED4243FE0 for ; Wed, 17 Sep 2003 00:01:15 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h8H71DV3069182; Wed, 17 Sep 2003 07:01:13 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h8H71C6f024226; Wed, 17 Sep 2003 09:01:12 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Marcel Moolenaar From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 16 Sep 2003 23:51:27 PDT." <20030917065127.GB4261@athlon.pn.xcllnt.net> Date: Wed, 17 Sep 2003 09:01:12 +0200 Message-ID: <24225.1063782072@critter.freebsd.dk> cc: arch@freebsd.org Subject: Re: make(1): adding sort modifiers X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 07:01:16 -0000 In message <20030917065127.GB4261@athlon.pn.xcllnt.net>, Marcel Moolenaar write s: > >--HcAYCG3uE/tztfnV >Content-Type: text/plain; charset=us-ascii >Content-Disposition: inline > >Gang, > >Attached a patch that adds the functionality to make(1) to sort >the words in a variable. With this functionality and a small >change to bsd.subdir.mk (also attached), we automaticly have >sorted subdirectory recursion, even though it's impossible or >hard to do it in the makesfiles themselves. Is this too evil? Do we actually want to do that ? I thought we had places where the ordering was explicit to express dependencies ? (Just to be clear: this is a concern for the bsd.subdir.mk part, not the make(1) part of the patch) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.