From owner-cvs-lib Sun Dec 29 22:49:06 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA03510 for cvs-lib-outgoing; Sun, 29 Dec 1996 22:49:06 -0800 (PST) Received: from mail.tky007.tth.expo96.ad.jp (root@tky007.tth.expo96.ad.jp [133.246.32.58]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA03505; Sun, 29 Dec 1996 22:49:02 -0800 (PST) Received: from tky007.tth.expo96.ad.jp (masafumi@localhost [127.0.0.1]) by mail.tky007.tth.expo96.ad.jp (8.8.4/3.4W4-SMTP) with ESMTP id PAA10130; Mon, 30 Dec 1996 15:47:26 +0900 (JST) Message-Id: <199612300647.PAA10130@mail.tky007.tth.expo96.ad.jp> To: peter@spinner.DIALix.COM Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Cc: max@wide.ad.jp Subject: Re: cvs commit: src/lib/libtcl Makefile From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Mon, 30 Dec 1996 14:10:57 +0800" References: <199612300611.OAA09783@spinner.DIALix.COM> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 30 Dec 1996 15:47:26 +0900 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > NO!!!! > First: > # $Id: Makefile,v 1.14 1996/12/17 13:13:11 peter Exp $ > # > # This file is generated automatically, do not edit it here! > # > # Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead > # > # Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version: > # Id: mkMakefile.sh,v 1.18 1996/12/17 13:08:08 peter Exp Ooops, I completely overlooked this part. Sorry about that. I'll be more careful when changing things like this. > Second: tclLoad.c and tclLoadDL2.c come from src/contrib/tcl. > I removed the stubs that replaced the standard versions, we > still *VERY MUCH* need to use the originals. Ok, I understood how this works. And that answers my question about vi not starting up! > If you by any chance changed this becuase you got a compile > error, your 'make depend' data was out of date and was hurting > you. Do a 'make cleandepend && make depend' to fix it. This > kind of thing is pretty common when files get added/removed > btw. Arrrghhh! Make clean wasn't enough! And apparently, that was the reason why I wasn't able to compile libtcl. Sorry for the inconvenience. And thanks for backing this out. Max