Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 1996 03:53:58 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-user
Subject:   cvs commit:  src/tools/tools/tcl_bmake mkMakefile.sh
Message-ID:  <199612161153.DAA21018@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/12/16 03:53:57

  Modified:    tools/tools/tcl_bmake  mkMakefile.sh
  Log:
  Reverse the tcl configure's decision to "disable" the use of ranlib since
  it's wrong.  It "knows" that ranlib is not used on shared libraries, this
  is not a valid assumption since it exports this definition to the world
  via tclConfig.sh. :-(  Hence, things like expect (to be updated) fall over
  because they were using ":" instead of "ranlib" on their static libraries.
  
  Revision  Changes    Path
  1.17      +4 -3      src/tools/tools/tcl_bmake/mkMakefile.sh



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