Date: Fri, 22 Aug 2003 10:07:08 -0700 (PDT) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 Makefile ports/java/jdk13/scripts check_wrkdir_links.sh Message-ID: <200308221707.h7MH78kM026278@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glewis 2003/08/22 10:07:08 PDT FreeBSD ports repository Modified files: java/jdk13 Makefile Added files: java/jdk13/scripts check_wrkdir_links.sh Log: . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is (possibly indirectly) a symbolic link to ${WRKDIRPREFIX}. . Use this script in preference to the direct symbolic link check previously used, as it handles indirections which cause the same problem. . /compat/linux -> ${LINUXBASE} in the message output if the check detects a link. PR: 43602 Revision Changes Path 1.58 +2 -4 ports/java/jdk13/Makefile 1.1 +29 -0 ports/java/jdk13/scripts/check_wrkdir_links.sh (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308221707.h7MH78kM026278>