From owner-freebsd-current Mon Jun 24 08:50:37 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01519 for current-outgoing; Mon, 24 Jun 1996 08:50:37 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA01513 for ; Mon, 24 Jun 1996 08:50:33 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uYDu0-000Qa9C; Mon, 24 Jun 96 17:50 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id RAA03109; Mon, 24 Jun 1996 17:10:46 +0200 Message-Id: <199606241510.RAA03109@allegro.lemis.de> Subject: Re: make fails To: bde@zeta.org.au (Bruce Evans) Date: Mon, 24 Jun 1996 17:10:46 +0200 (MET DST) Cc: FreeBSD-current@FreeBSD.ORG (FreeBSD current users) In-Reply-To: <199606241426.AAA27040@godzilla.zeta.org.au> from "Bruce Evans" at Jun 25, 96 00:26:32 am X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans writes: > >> Wouldn't it be more appropriate to print out the ld invocation line >> too? > > No more than to add -v to CFLAGS. Well, I'd think that you should either print both the cc -c invocation and the ld invocation, or neither. It's very confusing to just leave some of them out. Personally, I'm for having them both there. > @ is often misused in makefiles, but one running current should be > able to run make -n to see exactly what make would do. Sure. How long does a make -n world run for? Does it really descend properly into all subdirectories? Who expects this behaviour? The current situation is just plain misleading. Greg