sbsv2/raptor/test/smoke_suite/test_resources/make_engine_errors/with_make_errors.flm
author Richard Taylor <richard.i.taylor@nokia.com>
Thu, 28 Jan 2010 16:06:25 +0000
branchfix
changeset 176 b601167a8189
permissions -rw-r--r--
sf bug 1519: unescaped entities in XML logs (from make errors)


ALL:: a b c

a: b
b: a

c: non_existent_&_needs_escaping.txt

$(call raptor_phony_recipe,name,ALL,,echo "this FLM is rubbish")