sbsv2/raptor/test/smoke_suite/test_resources/make_engine_errors/with_make_errors.flm
author mikek
Mon, 17 May 2010 20:20:32 +0100
changeset 13 c327db0664bb
permissions -rw-r--r--
Upgrading Raptor from 2.10 to 2.13


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")