Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 17:28:59 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.sys.mk
Message-ID:  <200608111728.k7BHSxlp000269@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2006-08-11 17:28:59 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.sys.mk 
  Log:
  Reintroduce CSTD, which allows a Makefile to specify the precise dialect
  of C in which the program or library is written.
  
  Note that this is *not* intended to be used across the whole tree.  It
  is intended to be used for individual libraries or programs which use
  specific language features which the compiler must know about in order
  to produce correct warnings at high WARNS levels.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.38      +15 -0     src/share/mk/bsd.sys.mk



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