Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2000 07:41:49 -0700 (PDT)
From:      Sheldon Hearn <sheldonh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.obj.mk
Message-ID:  <200008171441.HAA60091@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sheldonh    2000/08/17 07:41:48 PDT

  Modified files:
    share/mk             bsd.obj.mk 
  Log:
  The previous delta was wrong; an empty MAKEOBJDIRPREFIX should
  cause the working directory to be used.  Make it so.
  
  When we're more convinced that it'll work, we might try this
  to avoid a shell invocation:
  
  .if defined(MAKEOBJDIRPREFIX) && !empty(MAKEOBJDIRPREFIX) &&
      exists(${CANONICALOBJDIR}/)
  
  Reported by:	bde
  
  Revision  Changes    Path
  1.32      +3 -3      src/share/mk/bsd.obj.mk



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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