fix testsuite for cygwin
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13652 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
9f105f3cba
commit
362082e1a8
|
@ -1650,6 +1650,10 @@ echo "MKMAINDLL=$mkmaindll" >> Makefile
|
|||
echo "RUNTIMED=${debugruntime}" >>Makefile
|
||||
echo "CAMLP4=${withcamlp4}" >>Makefile
|
||||
echo "ASM_CFI_SUPPORTED=$asm_cfi_supported" >> Makefile
|
||||
if [ "$ostype" = Cygwin ]; then
|
||||
echo "DIFF=diff -q --strip-trailing-cr" >>Makefile
|
||||
fi
|
||||
|
||||
|
||||
rm -f tst hasgot.c
|
||||
rm -f ../m.h ../s.h ../Makefile
|
||||
|
|
Loading…
Reference in New Issue