Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2002 06:56:31 -0700 (PDT)
From:      Thomas Quinot <thomas@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/perl Makefile perl.c
Message-ID:  <200209101356.g8ADuVQ9060398@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
thomas      2002/09/10 06:56:31 PDT

  Modified files:
    usr.bin/perl         Makefile perl.c 
  Log:
  Prevent the wrapper from looping on itself forever, when there
  is a symbolic link in the PATH pointing back to /usr/bin/perl.
  
  Change WARNS from 6 to 5 to account for the fact that sys/time.h,
  included from sys/stat.h, produces a warning when compiled with
  -pedantic.
  
  PR:             bin/42418
  Reviewed by:    roberto
  
  Revision  Changes    Path
  1.6       +1 -1      src/usr.bin/perl/Makefile
  1.5       +10 -0     src/usr.bin/perl/perl.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209101356.g8ADuVQ9060398>