Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site fortune.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!fortune!olson From: olson@fortune.UUCP (Dave Olson) Newsgroups: net.unix Subject: Re: Failure to execute 'csh'-commands from 'make' Message-ID: <5433@fortune.UUCP> Date: Sun, 4-Aug-85 15:06:44 EDT Article-I.D.: fortune.5433 Posted: Sun Aug 4 15:06:44 1985 Date-Received: Mon, 5-Aug-85 07:43:35 EDT References: <291@oce-rd1.UUCP> Reply-To: olson@fortune.UUCP (Dave olson) Organization: Fortune Systems, Redwood City, CA Lines: 11 If you have one of the 'augmented' versions of make, S3, S5, (not sure how many others...) try setting 'SHELL=/bin/csh'. make will then run csh instead of sh (of course, this will slow things down quite a bit if you have a large .cshrc file not bracketed by if($?prompt), and you have very many shell commands in your makefile). make will also recognize 'PATH=...' as a special variable. Both SHELL= and PATH= are exported into the environment for all programs that make starts. Dave Olson, Fortune Systems