3 # 14.06.2006 Volker Quetschke
4 # Prior to dmake 4.5 only one %-target per target-definition worked reliably.
11 trap '{ echo "trapped signal - removing temporary files" ; rm -rf $tmpfiles ; }' 1 2 3 15
13 # Remove files from prior failed run
16 # Remember to quote variables in generated makefiles( $ -> \$ ).
22 %.xx %.rr : %.yy 'a' 'b' ; touch $@
29 output1
=`eval ${DMAKEPROG} -r -f $file1 2>&1 `
32 if echo $output1 |
grep 'Warning: -- Prior to dmake 4.5 only one' > /dev
/null
2>&1 ; then
36 echo "Test 1: Wrong result: $output1"
41 if test $result1 -eq 0 ; then
42 echo "Success - Cleaning up"