From owner-cvs-user Thu Oct 31 20:41:53 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA15221 for cvs-user-outgoing; Thu, 31 Oct 1996 20:41:53 -0800 (PST) Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA15213; Thu, 31 Oct 1996 20:41:41 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca8-36.ix.netcom.com [207.93.141.164]) by dfw-ix11.ix.netcom.com (8.6.13/8.6.12) with ESMTP id UAA24059; Thu, 31 Oct 1996 20:41:05 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.2/8.6.9) id UAA16215; Thu, 31 Oct 1996 20:41:02 -0800 (PST) Date: Thu, 31 Oct 1996 20:41:02 -0800 (PST) Message-Id: <199611010441.UAA16215@silvia.HIP.Berkeley.EDU> To: peter@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-reply-to: <199610311557.HAA16359@freefall.freebsd.org> (message from Peter Wemm on Thu, 31 Oct 1996 07:57:28 -0800 (PST)) Subject: Re: cvs commit: src/tools/tools/tcl_bmake mkMakefile.sh From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-user@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Back out a little more of the previous changes. No longer change * TCL_SHLIB_SUFFIX, since some tools use it for generating the name of * shared objects for dlopen(), which do not have version numbers. This * setting is back to "as distributed". Thanks, this seems to have fixed the scotty problem. Satoshi