From owner-freebsd-bugs Sun Jul 21 10: 0:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8968237B400 for ; Sun, 21 Jul 2002 10:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DFA43E58 for ; Sun, 21 Jul 2002 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LH03JU005127 for ; Sun, 21 Jul 2002 10:00:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LH037Y005126; Sun, 21 Jul 2002 10:00:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 713D337B400 for ; Sun, 21 Jul 2002 09:53:17 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 350B643E42 for ; Sun, 21 Jul 2002 09:53:17 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LGr4OT044370 for ; Sun, 21 Jul 2002 09:53:04 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6LGr43T044369; Sun, 21 Jul 2002 09:53:04 -0700 (PDT) Message-Id: <200207211653.g6LGr43T044369@www.freebsd.org> Date: Sun, 21 Jul 2002 09:53:04 -0700 (PDT) From: april To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/40846: deprecated test(1) options in src/include/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40846 >Category: bin >Synopsis: deprecated test(1) options in src/include/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 10:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: april >Release: FreeBSD 4.6-STABLE >Organization: >Environment: FreeBSD december 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jun 29 15:08:33 EST 2002 root@december:/usr/obj/usr/src/sys/DECEMBER i386 >Description: From test(1) -h file True if file exists and is a symbolic link. This operator is retained for compatibility with previous versions of this program. Do not rely on its existence; use -L instead. >How-To-Repeat: check src/include/Makefile :) >Fix: This issue is also addressed in PR #38724, but for bsd.{sys,port}.mk. This issue also exists for the ipfilter makefiles. Index: Makefile =================================================================== RCS file: /home/ncvs/src/include/Makefile,v retrieving revision 1.171 diff -u -r1.171 Makefile --- Makefile 2002/06/17 01:42:33 1.171 +++ Makefile 2002/07/21 16:50:33 @@ -81,7 +81,7 @@ copies: .for i in ${LDIRS} ${LSYMSUBDIRS} machine - if [ -h ${DESTDIR}/usr/include/$i ]; then \ + if [ -L ${DESTDIR}/usr/include/$i ]; then \ rm -f ${DESTDIR}/usr/include/$i; \ fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message