Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2001 12:17:34 -0600 (CST)
From:      Antoine Beaupré <antoine@usw4.freebsd.org>
To:        libh@FreeBSD.org
Subject:   cvs commit: libh/bin/tclh Makefile libh/lib/tcl Makefile Makefile.inc1
Message-ID:  <200112211817.fBLIHYo76140@usw4.freebsd.org>

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




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