3 # 03.06.2006 Volker Quetschke
4 # .<suffix> targets were silently ignored despite the illegal syntax.
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 # Testcase 1 - Check that warning is issued if .<suffix> targets are ignored
29 output1
=`eval ${DMAKEPROG} -r -f $file1 2>&1 `
32 if echo $output1 |
grep 'Warning: -- Ignoring AUGMAKE meta-target' > /dev
/null
2>&1 ; then
35 echo "Test 1: Wrong result: $output1"
40 if test $result1 -eq 0 ; then
41 echo "Success - Cleaning up"