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]

Re: Using .bat in Makefile


On Mon, 29 Jul 2002, Frank Wuebbeling wrote:

> 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:

Works for me.

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

C:\Documents and Settings\Michael Hoffman\tests>echo
ECHO is on.

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

Could you be a little more specific?

Please also follow the bug reporting
guidelines in <http://www.cygwin.com/bugs.html>.
-- 
Michael Hoffman <grouse@mail.utexas.edu>
The University of Texas at Austin


--
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]