cvs commit: ports/java/jdk13 Makefile ports/java/jdk13/scripts check_wrkdir_links.sh

Greg Lewis glewis at FreeBSD.org
Fri Aug 22 10:07:10 PDT 2003


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)


More information about the cvs-ports mailing list