From owner-freebsd-libh Mon Dec 3 12:32:12 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 5CB1F37B416 for ; Mon, 3 Dec 2001 12:32:10 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id fB3KW9p42563 for libh@FreeBSD.org; Mon, 3 Dec 2001 14:32:09 -0600 (CST) (envelope-from antoine) Message-Id: <200112032032.fB3KW9p42563@usw4.freebsd.org> From: Antoine Beaupré Date: Mon, 3 Dec 2001 14:32:09 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/tcl Makefile.inc1 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 antoine 2001/12/03 14:32:09 CST Modified files: lib/tcl Makefile.inc1 Log: rewrite of the build_systems_*.cc rules: o break into multiple rules o note the dependencies on the .cd.cc files This should solve problems related to updates of cd.cc files not making it into the interpreter. In particular, problems such as "invalid command name: Database::create" raised earlier, should be solved only with partial compilation (instead of full). Revision Changes Path 1.22 +23 -18 libh/lib/tcl/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message