3 # 06.10.2006 Volker Quetschke
4 # Check that normalized targets are treated as equal.
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 we set AAA to set_AAA.
22 # On cygwin add c:/temp/try5.xx to the prerequisites to test cygwin related
24 all : try1.xx try2.xx ../..//d/try3.xx xxx//yyy/../../try4.xx
40 /cygdrive/c/temp/try5.xx :
45 output1
=`eval ${DMAKEPROG} -rf $file1 2>&1 `
49 if test $result1 -eq 0 ; then
50 echo "Success - Cleaning up"
53 echo "Failure! dmake reported:"