From owner-freebsd-current Mon Jun 24 07:31:42 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA24895 for current-outgoing; Mon, 24 Jun 1996 07:31:42 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA24888 for ; Mon, 24 Jun 1996 07:31:38 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id AAA27040; Tue, 25 Jun 1996 00:26:32 +1000 Date: Tue, 25 Jun 1996 00:26:32 +1000 From: Bruce Evans Message-Id: <199606241426.AAA27040@godzilla.zeta.org.au> To: bde@zeta.org.au, grog@lemis.de Subject: Re: make fails Cc: FreeBSD-current@FreeBSD.ORG Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Wouldn't it be more appropriate to print out the ld invocation line >too? No more than to add -v to CFLAGS. @ is often misused in makefiles, but one running current should be able to run make -n to see exactly what make would do. Bruce