sbsv2/raptor/test/smoke_suite/test_resources/make_engine_errors/with_make_errors.flm
branchfix
changeset 176 b601167a8189
equal deleted inserted replaced
175:eff54c65de8b 176:b601167a8189
       
     1 
       
     2 ALL:: a b c
       
     3 
       
     4 a: b
       
     5 b: a
       
     6 
       
     7 c: non_existent_&_needs_escaping.txt
       
     8 
       
     9 $(call raptor_phony_recipe,name,ALL,,echo "this FLM is rubbish")
       
    10