Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2005 10:07:48 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ceri@submonkey.net
Cc:        doc@FreeBSD.org
Subject:   Re: WTF? make is freaking me out
Message-ID:  <20050929.100748.23022554.hrs@allbsd.org>
In-Reply-To: <20050928112454.GG94010@submonkey.net>
References:  <20050928112454.GG94010@submonkey.net>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Thu_Sep_29_10_07_48_2005_600)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Ceri Davies <ceri@submonkey.net> wrote
  in <20050928112454.GG94010@submonkey.net>:

ce> Notwithstanding whether the patches do the correct thing or not, could
ce> someone please explain to me why formats1.diff works fine, whilst
ce> formats2.diff produces:
ce>
ce>   line 191: Malformed conditional (html-split == "all")
ce>   line 147: if-less endif
ce>   make: fatal errors encountered -- cannot continue
ce>
ce> Please?

 Because an iteration variable for .for (i.e. ${_curformant})
 is evaluated at the parsing phase and .if does not support
 comparison like STRING OP STRING.  Currently ${VAR} OP STRING
 or ${VAR} OP ${VAR} are allowed, and the other combinations
 (STRING OP STRING and STRING OP ${VAR}, for example) are
 not allowed.

--
| Hiroki SATO

----Security_Multipart(Thu_Sep_29_10_07_48_2005_600)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQBDOz5kTyzT2CeTzy0RAj3ZAJ4hrpwkEQtiRcZ1pw/3FkCOimLILACeOMTl
mGkZI4j7hjAs473YPCy6Nts=
=Tbbb
-----END PGP SIGNATURE-----

----Security_Multipart(Thu_Sep_29_10_07_48_2005_600)----



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