Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2008 22:31:45 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/make make.1
Message-ID:  <200812262231.mBQMVmc5004629@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2008-12-26 22:31:45 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         make.1 
  Log:
  SVN rev 186502 on 2008-12-26 22:31:45Z by luigi
  
  Clarify the behaviour of conditionals when dealing with comparisons.
  In particular, point out that string comparison can only use != and ==
  (how weird, given that the underlying call to strcmp returns more
  information), that floating point values are correctly interpreted
  as numbers, and that the left-hand side must be a variable expansion.
  
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.113     +23 -12    src/usr.bin/make/make.1



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