Date: Mon, 19 Jul 2004 14:42:57 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make make.1 Message-ID: <200407191442.i6JEgvI4053469@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@chello.cz> Revision Changes Path 1.73 +12 -5 src/usr.bin/make/make.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407191442.i6JEgvI4053469>