Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site idacrd.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!idacrd!wiener From: wiener@idacrd.UUCP (Matthew P Wiener) Newsgroups: net.unix Subject: Re: cshell within make Message-ID: <125@idacrd.UUCP> Date: Sun, 12-Jan-86 14:17:56 EST Article-I.D.: idacrd.125 Posted: Sun Jan 12 14:17:56 1986 Date-Received: Mon, 13-Jan-86 07:47:44 EST References: <425@bcsaic.UUCP> Organization: idacrd, princeton, nj Lines: 15 > This is on BSD 4.2 (on a Sun, v.2.0...) > I have several script files written in csh syntax that perform some tests on > files. I would like to invoke them from within 'make.' The problem is that > make insists on using Bourne shell...this despite the fact that the first line > in the script file is #/bin/csh, and it runs in csh fine when it is called > interactively. Have your system manager recompile make: somewhere in the source is a line that checks your environmental variable $SHELL. For some reason that line is usually commented out, even in BSD. berkeley!brahms!weemba Matthew P Wiener Math Dept UCB Berkeley CA 94720