| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Mon, 29 Jul 2002 03:34:19 -0500 (Central Daylight Time) |
| From: | Michael Hoffman <grouse AT mail DOT utexas DOT edu> |
| Subject: | Re: Using .bat in Makefile |
| In-reply-to: | <000f01c236d5$99b7f8e0$56b6b080@unimuenster.de> |
| X-X-Sender: | grouse AT mail DOT utexas DOT edu |
| To: | cygwin AT cygwin DOT com |
| Message-id: | <Pine.WNT.4.44.0207290329460.348-100000@barbecueworld> |
| MIME-version: | 1.0 |
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 AT mail DOT utexas DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |