Re: cvs commit: libh/lib/tcl LibHTclInit_common.cc LibHTclInit_disk.cc LibHTclInit_file.cc LibHTclInit_hui.cc LibHTclInit_sysinstall.cc Makefile.inc1
Max Okumoto <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.libh |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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 [email protected] with "unsubscribe freebsd-libh" in the body of the message