diff -r eff54c65de8b -r b601167a8189 sbsv2/raptor/test/smoke_suite/test_resources/make_engine_errors/with_make_errors.flm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbsv2/raptor/test/smoke_suite/test_resources/make_engine_errors/with_make_errors.flm Thu Jan 28 16:06:25 2010 +0000 @@ -0,0 +1,10 @@ + +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") +