3 # 13.06.2006 Volker Quetschke
4 # Pre 4.5 dmakes didn't handle .<suffix> targets if AUGMAKE was set.
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 # Check that .NIX is treated as meta target, making all the target
25 .NIX : ; @+echo ".NIX Treated as a normal target"
32 output1
=`eval ${DMAKEPROG} -r -f $file1 2>&1 `
35 if echo $output1 |
grep 'Fallthrough' > /dev
/null
2>&1 ; then
39 echo "Test 1: Wrong result: $output1"
44 if test $result1 -eq 0 ; then
45 echo "Success - Cleaning up"