From owner-cvs-lib Sun Dec 29 22:11:15 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA02674 for cvs-lib-outgoing; Sun, 29 Dec 1996 22:11:15 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA02665; Sun, 29 Dec 1996 22:11:05 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.4/8.8.4) with ESMTP id OAA09783; Mon, 30 Dec 1996 14:11:00 +0800 (WST) Message-Id: <199612300611.OAA09783@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: Masafumi NAKANE cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libtcl Makefile In-reply-to: Your message of "Sun, 29 Dec 1996 17:11:29 PST." <199612300111.RAA23317@freefall.freebsd.org> Date: Mon, 30 Dec 1996 14:10:57 +0800 From: Peter Wemm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Masafumi NAKANE wrote: > max 96/12/29 17:11:28 > > Modified: lib/libtcl Makefile > Log: > Remove tclLoad.c and tclLoadDl2.c from SRCS as these files have been remove d. 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 Do not edit this Makefile! 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. 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. Cheers, -Peter