Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 1996 14:10:57 +0800
From:      Peter Wemm <peter@spinner.DIALix.COM>
To:        Masafumi NAKANE <max@freefall.freebsd.org>
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org
Subject:   Re: cvs commit: src/lib/libtcl Makefile 
Message-ID:  <199612300611.OAA09783@spinner.DIALix.COM>
In-Reply-To: Your message of "Sun, 29 Dec 1996 17:11:29 PST." <199612300111.RAA23317@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612300611.OAA09783>