Makefile command interpreter
- Date: Thu, 15 May 2008 15:15:05 +1200
- From: Volker Kuhlmann <volker@xxxxxxxxxxxxxx>
- Subject: Makefile command interpreter
I have a few makefiles which are written to run with the cmd.exe command interpreter, which won't work with cygwin's make (which uses /bin/sh).
Setting export SHELL=cmd.exe calls cmd.exe alright, but then sits there forever waiting for input. Is it at all possible to use cmd.exe with a make which uses cygwin1.dll?There's a mingw32 GNU make, but with that I can't set PATH from the Makefile (it shows up in the environment, but added paths behave as if absent - in a sub-make anyway).
My cygwin is the current stable, with GNU make 3.81. On XP. Thanks for any tips, Volker -- Volker Kuhlmann <volker.kuhlmann@xxxxxxxxxxxxxx> Chiptech Ltd, PO Box 41088, Ferrymead 8247, New Zealand 11a Settlers Crescent, Christchurch 8023 ph +64 3 384 7788, fax +64 3 384 7789 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
- Follow-Ups:
- Re: Makefile command interpreter
- From: Spiro Trikaliotis
- Re: Makefile command interpreter
- Prev by Date: Re: [ANNOUNCEMENT] Updated: pkg-config-0.23a-1
- Next by Date: [ANNOUNCEMENT] Updated: pkg-config-0.23a-2
- Previous by thread: grep raises signal ERR
- Next by thread: Re: Makefile command interpreter
- Index(es):