>From CVS today I managed to do a "make" fine for building under Windows with 
>MSYS but "make install" failed:

satnams-thinkpad> make install
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `case '- --unix -r' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_o
n_err=0;; *) x_on_err=1;; esac;  for i in ; do  if [ -d $i ]; then  make -C $i
install;  if [ $? -eq 0 -o $x_on_err -eq 0 ] ;  then true; else exit 1; fi;  fi;
  done'
make: *** [install] Error 2
satnams-thinkpad> which sh
/usr/bin/sh
satnams-thinkpad> sh --version
GNU bash, version 2.04.0(1)-release (i686-pc-msys)
Copyright 1999 Free Software Foundation, Inc.
satnams-thinkpad>

from line 117 in the Makefile so perhaps MFLAGS is not being set properly?

Is there a bug in the Makefile?

Cheers,

Satnam

________________________________________
Satnam Singh
Microsoft
One Microsoft Way
Redmond
Washington 98052-6399
USA
Email: [EMAIL PROTECTED]
Telephone: +1 425 705 8208
Cell: +1 408 718 2588
Pager:  [EMAIL PROTECTED] 
eFax: +1 815 550 4055

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to