This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Using .bat in Makefile


Hi,

I'm using a .bat-file in a Makefile, and make crashes while executing it. Any
idea how to fix that? I have the latest Cygwin-Release (just made an update),
and pretty much everything installed. Here's the demo:

$ ls
Makefile  test.bat*
$ cat Makefile
a:
        test.bat
$ cat test.bat
echo
$ make

and goes Kaboom - segmentation violation, or Windows' version of it.

Frank Wuebbeling
Univ. Muenster/Germany
Tel +49 -251 8333795
FAX +49 251 8332714



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]