Date: Sat, 23 Aug 2003 08:17:29 -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/jdk12 Makefile ports/java/jdk12/scripts check_wrkdir_links.sh Message-ID: <200308231517.h7NFHTtu029706@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glewis 2003/08/23 08:17:29 PDT FreeBSD ports repository Modified files: java/jdk12 Makefile Added files: java/jdk12/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.26 +2 -4 ports/java/jdk12/Makefile 1.1 +29 -0 ports/java/jdk12/scripts/check_wrkdir_links.sh (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308231517.h7NFHTtu029706>