From owner-freebsd-hackers Sun Oct 6 17:50:07 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA22696 for hackers-outgoing; Sun, 6 Oct 1996 17:50:07 -0700 (PDT) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [204.214.4.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA22684 for ; Sun, 6 Oct 1996 17:50:03 -0700 (PDT) Received: from bonsai.hiwaay.net by fly.HiWAAY.net; (8.7.5/1.1.8.2/21Sep95-1003PM) id TAA14511; Sun, 6 Oct 1996 19:49:17 -0500 (CDT) Message-ID: <32585381.1A9FB37F@hiwaay.net> Date: Sun, 06 Oct 1996 19:49:05 -0500 From: Steve Price X-Mailer: Mozilla 2.02 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: hackers@freebsd.org CC: Bruce Evans Subject: Re: cvs commit: src/usr.bin/make main.c References: <199610061843.EAA01584@godzilla.zeta.org.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, I want to fix make's object directory rule, so that it works as expected by all concerned. Anybody have a feeling for the right thing to do? As Bruce points out not only is the current rule way to complicated, but the way it is implemented in make(1) now is wrong (at least according some standards). Please tell me the desired order and I will be happy to fix it. TIA, Steve