Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 1999 01:55:29 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern makedevops.pl
Message-ID:  <199905020855.BAA79390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       1999/05/02 01:55:29 PDT

  Modified files:
    sys/kern             makedevops.pl 
  Log:
  This routine was "use"ing File::Basename. This commit removes that
  "use" and replaces it with equivalent inline code. The reason is that
  Perl has some very nasty circular dependancies, and I am trying to
  get the System Perl upgraded by one maintenance level.
  
  The basic rule, until I can find a way to solve this, is that
  the build tools MAY NOT use any library code; it must all be inline.
  
  Revision  Changes    Path
  1.6       +30 -2     src/sys/kern/makedevops.pl


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?199905020855.BAA79390>