Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-16 17:58:32 -0700 (Wed, 16 Aug 2006)
Revision: 9503
Log message:
- Make $(target-exists foo.cmx) return "false" instead of "blowing up" when
NATIVE_ENABLED is false. This is done by changing the active rules to raise
an exception, which would then be caught by target-exists and alike.
- When an exception raised from the OMake code is uncaught, and the Exception
object contains a "message" field, print only that message in place of a
verbose listing of the object.
- Regenerated the documentation.