*BSD News Article 55529


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!yarrina.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!gatech!news.mathworks.com!news.kei.com!simtel!news.dacom.co.kr!news.kreonet.re.kr!worak.kaist.ac.kr!usenet
From: Minsung Kim <stair@adam.kaist.ac.kr>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: [Q] running make with /bin/sh
Date: Wed, 22 Nov 1995 11:15:28 +0900
Organization: KAIST(Korea Advanced Institute of science and Technology)
Lines: 8
Message-ID: <30B287C0.41C67EA6@adam.kaist.ac.kr>
NNTP-Posting-Host: 143.248.249.147
Mime-Version: 1.0
Content-Type: text/plain; charset=euc-kr
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 2.0b1 (X11; I; FreeBSD 2.1.0-RELEASE i386)

Hello.

It seems that make doesn't work with /bin/sh.  It invokes subshell with
options -ec, but /bin/sh does not recognize the option -c.  Is it a
fault of /bin/sh?  And is there any way to run make with shells other
than csh?

Thanks in advance.