From owner-freebsd-hackers Tue Mar 4 04:01:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA18153 for hackers-outgoing; Tue, 4 Mar 1997 04:01:03 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA18133 for ; Tue, 4 Mar 1997 04:00:59 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id XAA07933; Tue, 4 Mar 1997 23:00:02 +1100 Date: Tue, 4 Mar 1997 23:00:02 +1100 From: Bruce Evans Message-Id: <199703041200.XAA07933@godzilla.zeta.org.au> To: hackers@FreeBSD.org, sja@tekla.fi Subject: Re: 2.2-GAMMA - gdb.1 Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Would it be possible to make "make" print out _why_ it wants >to make a given file? The above error message would tell you >"I want to make gdb.1 because /usr/obj/contrib/gnu/gdb/.depend >tells me to". `make -dA' will tell you much more than you want to know. Bruce