Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 00:57:00 -0000
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src Makefile
Message-ID:  <200412161955.iBGJtvIO060191@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2004-12-16 19:55:57 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile 
  Log:
  Previous revision didn't fix all cases.  For example,
  testing for variables that are always defined (e.g.,
  "make -V CC") would still print a false warning.  Fix
  this by only passing a submake the MAKEOBJDIRPREFIX=*
  argument if it was present.  As a result, we loose
  the check for -DMAKEOBJDIRPREFIX, or an esoteric
  "MAKEOBJDIRPREFIX = foo" (with embedded spaces), but
  these are unorthodox enough to not care about them.
  
  The make(1) bug mentioned in the previous revision
  was just fixed in make/main.c,v 1.109.
  
  Revision  Changes    Path
  1.313     +3 -2      src/Makefile




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