From owner-freebsd-libh Fri Dec 21 10:17:49 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 8878C37B417 for ; Fri, 21 Dec 2001 10:17:35 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id fBLIHYo76140 for libh@FreeBSD.org; Fri, 21 Dec 2001 12:17:34 -0600 (CST) (envelope-from antoine) Message-Id: <200112211817.fBLIHYo76140@usw4.freebsd.org> From: Antoine Beaupré Date: Fri, 21 Dec 2001 12:17:34 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/bin/tclh Makefile libh/lib/tcl Makefile 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/21 12:17:34 CST Modified files: bin/tclh Makefile lib/tcl Makefile Makefile.inc1 Log: Fix breakage introduced in last commit: lib/tcl: o cd .CURDIR before calling make with -f Makefile.inc1 to workaround the fact that it would normally be called in .OBJDIR o output from perl scripts directed to .OBJDIR instead of .CURDIR lib/tcl and bin/tclh: o include .OBJDIR instead of .CURDIR the general problem here is that a lot of stuff that was forced to be taken from .CURDIR are now in .OBJDIR. I even wonder why it worked at all before. :) BTW, these fixes might also allow libh to compile with *and* without the compile directory again. Revision Changes Path 1.14 +2 -2 libh/bin/tclh/Makefile 1.22 +3 -3 libh/lib/tcl/Makefile 1.23 +5 -5 libh/lib/tcl/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message