From owner-freebsd-bugs Sat Apr 11 19:30:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27279 for freebsd-bugs-outgoing; Sat, 11 Apr 1998 19:30:17 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27267; Sat, 11 Apr 1998 19:30:09 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id MAA32702; Sun, 12 Apr 1998 12:26:44 +1000 Date: Sun, 12 Apr 1998 12:26:44 +1000 From: Bruce Evans Message-Id: <199804120226.MAA32702@godzilla.zeta.org.au> To: freebsd-bugs@FreeBSD.ORG, jhs@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: conf/3272 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Synopsis: $@ is deprecated I believe, so use ${.TARGET} > >State-Changed-From-To: open-suspended >State-Changed-By: phk >State-Changed-When: Sat Apr 11 14:14:28 PDT 1998 >State-Changed-Why: >There are 137 makefiles in the system which uses $@. If one were to >change this, it should be done all over. Use of $@ seems to be a feature in Makefile.i386. The Lite[2] version is quite portable. However, the FreeBSD version has been unportabilised using `.if' and `.include'. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message