From owner-freebsd-libh Sun May 5 21:25:32 2002 Delivered-To: freebsd-libh@freebsd.org Received: from postal.sdsc.edu (postal.sdsc.edu [132.249.20.114]) by hub.freebsd.org (Postfix) with ESMTP id 2441837B409 for ; Sun, 5 May 2002 21:25:30 -0700 (PDT) Received: from multivac.sdsc.edu (multivac.sdsc.edu [132.249.20.57]) by postal.sdsc.edu (8.11.6/8.11.6/server/38) with ESMTP id g464PPn05962; Sun, 5 May 2002 21:25:25 -0700 (PDT) Received: by multivac (8.11.6+Sun/1.11-SolarisClient) id g464POX14102; Sun, 5 May 2002 21:25:24 -0700 (PDT) To: The Anarcat Cc: libh@FreeBSD.ORG Subject: Re: cvs commit: libh/lib/tcl LibHTclInit_common.cc LibHTclInit_disk.cc LibHTclInit_file.cc LibHTclInit_hui.cc LibHTclInit_sysinstall.cc Makefile.inc1 References: <200205050123.g451NIt64015@usw4.freebsd.org> <20020506020349.GE393@lenny.anarcat.dyndns.org> From: Max Okumoto Date: 05 May 2002 21:25:24 -0700 In-Reply-To: The Anarcat's message of "Sun, 5 May 2002 22:03:49 -0400" Message-ID: Lines: 32 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yea, the log should have said backed-out. I was trying to remove some of the complexity in the build process, The LibHTclInit_*.cc files #includes another cc file. I thoght we could simplify it a bit by just linking. But it turns out that the included files contains functions which have the same name. So when I linked the final tclh.static binary, only one instance of the function was used. So I backed it out. Max Okumoto The Anarcat writes: > Oops.. Sorry, I didn't realize you really backed-out the change. > > This commit log sure isn't very clear about this. What do you mean by > "They all have the same name"? > > Thanks, and sorry for piking on you. :) > > A. > > On Sat May 04, 2002 at 08:23:17PM -0500, Max Okumoto wrote: > > okumoto 2002/05/04 20:23:17 CDT > >=20 > > Modified files: > > lib/tcl LibHTclInit_common.cc LibHTclInit_disk.cc=20 > > LibHTclInit_file.cc LibHTclInit_hui.cc=20 > > LibHTclInit_sysinstall.cc Makefile.inc1=20 > > Log: > > Backup change. They all have the same name. > > =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message