3 # 13.06.2006 Volker Quetschke
4 # .SETDIR used to fail for multiple percent targets.
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( $ -> \$ ).
17 # Expect xxx.1 and xxx.2 to be build
30 output1
=`eval ${DMAKEPROG} -r -f $file1 2>&1 `
33 if echo $output1 |
grep 'OKOK' > /dev
/null
2>&1 ; then
37 echo "Test 1: Wrong result: $output1"
42 if test $result1 -eq 0 ; then
43 echo "Success - Cleaning up"