Home | History | Annotate | Download | only in testcase
      1 X:=foo \
      2 	 bar
      3 
      4 Y:=foo \
      5    \
      6 	 bar
      7 
      8 $(info foo \
      9 	 bar)
     10 
     11 test:
     12 	echo PASS $(X) $(Y)
     13