3 # 08.10.2006 Volker Quetschke
4 # Check that empty dynamic prerequisites are handled correctly.
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( $ -> \$ ).
27 output1
=`eval ${DMAKEPROG} -rf $file1 2>&1 `
31 if test $result1 -eq 0 ; then
32 echo "Success - Cleaning up"
35 echo "Failure! dmake reported:"