Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2004 17:07:41 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release Makefile
Message-ID:  <200408061707.i76H7fms022767@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2004-08-06 17:07:41 UTC

  FreeBSD src repository

  Modified files:
    release              Makefile 
  Log:
  Now that make(1) passes variables that were given on the command line
  to subordinate make(1) invocations through MAKEFLAGS, we cannot add
  CFLAGS onto the make(1) command line. This will conflict with the
  individual makefiles wanting to append to it, which is not respected
  when CFLAGS is given on the command line. Hence build breakage.
  So, put CFLAGS in the environment instead.
  
  Revision  Changes    Path
  1.850     +2 -2      src/release/Makefile



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