delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Wed, 25 Apr 2001 16:18:32 -0400 |
From: | Christopher Faylor <cgf AT redhat DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: make-3.79.1: /bin/sh.exe: Command not found |
Message-ID: | <20010425161832.B6952@redhat.com> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <005601c0cdbb$331a3d70$4c0b140a AT ddns DOT roc DOT questra DOT com> |
Mime-Version: | 1.0 |
User-Agent: | Mutt/1.3.11i |
In-Reply-To: | <005601c0cdbb$331a3d70$4c0b140a@ddns.roc.questra.com>; from smc@questra.com on Wed, Apr 25, 2001 at 03:09:06PM -0400 |
yn Wed, Apr 25, 2001 at 03:09:06PM -0400, Shawn Carey wrote: >The compile-time initialization of "default_shell" (main.c:1134) has changed >from "sh.exe" in version 3.79 to "/bin/sh.exe" in 3.79.1. The unqualified >value of "sh.exe" allowed make to find sh.exe using PATH, but "/bin/sh.exe" >does not exist on my system and is not found by make. >[snip] >Was this change intentional? If so, is there some way to get my makefiles >to run again without copying a shell to /bin or running make with >"SHELL=sh.exe" on the command line? Any help is greatly appreciated! The change was intentional: http://www.cygwin.com/ml/cygwin/2001-03/msg00596.html The ways to "fix" this are: 1) mount -x x:/wheerever/blah/sh.exe /bin/sh 2) cp x:/whereever/blah/sh.exe /bin/sh 3) make SHELL=/cygdrive/x/whereever/blah/sh.exe 4) (echo "SHELL=/cygdrive/x/whereever/blah/sh.exe"; cat Makefile) > m mv m Makefile 5) Grab the source for make and change it to do whatever you want. cgf -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |