3 # 09.07.2006 Volker Quetschke
4 # If %-targets are defined with the .SILENT attribute and the -vr verbose
5 # flag is used dmake 4.5 stops falsely with an error.
12 trap '{ echo "trapped signal - removing temporary files" ; rm -rf $tmpfiles ; }' 1 2 3 15
14 # Remove files from prior failed run
17 # Remember to quote variables in generated makefiles( $ -> \$ ).
18 # Check that we don't issue an error.
27 output1
=`eval ${DMAKEPROG} -vr -rf $file1 all.xx 2>&1 `
30 if test $result1 -eq 0 ; then
31 echo "Success - Cleaning up"
35 echo "Failure! dmake failed with error."