cvs commit: src/usr.bin/make make.1

Hartmut Brandt harti at FreeBSD.org
Mon Jul 19 07:42:58 PDT 2004


harti       2004-07-19 14:42:57 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         make.1 
  Log:
  Make it clearer what means 'won't work' for .if string == ${VAR}.
  
  Replace the use of '=' in conditionals in the examples
  by the more correct '=='.
  
  Clarify the example explaining that .for expansion takes place before
  .if handling by showing the correct code instead of saying 'the other
  way around'. Change a variable name there so the example is more parseable
  to the human reader.
  
  PR:             docs/65400
  Submitted by:   Roman Neuhauser <neuhauser at chello.cz>
  
  Revision  Changes    Path
  1.73      +12 -5     src/usr.bin/make/make.1


More information about the cvs-all mailing list