Path: utzoo!utgpu!attcan!uunet!husc6!bloom-beacon!bu-cs!mirror!necntc!necis!mrst!sdti!mjy From: mjy@sdti.UUCP (Michael J. Young) Newsgroups: comp.unix.microport Subject: Re: Question about Make Message-ID: <327@sdti.UUCP> Date: 9 Nov 88 15:12:50 GMT References: <322@sdti.UUCP> <203@abhg.UUCP> <927@vsi.COM> Reply-To: mjy@sdti.UUCP (0006-Michael J. Young) Organization: Software Development Technologies, Sudbury MA Lines: 21 In article <927@vsi.COM> friedl@vsi.COM (Stephen J. Friedl) writes: >> > Whenever I try to run 'make' on a makefile that contains nested >> > 'make' commands, I get a core dump. Has anyone else observed this >> > behavior? > We had the second problem too, and tracked down to a bug in >make that was triggered by Aspen ksh. ksh exports the _ >environment variable, and when make is looking at the env for >variables, it croaks on the non-alphanum character. Yup, turns out that was my problem as well. I've been running ksh for a while now. I thought just setting SHELL=/bin/sh and maybe invoking /bin/sh as a subshell would do the trick, but it didn't. When I change my login shell to /bin/sh, make works fine. Will Microport be supplying a fixed make on the bbs anytime soon? Please? -- Mike Young Software Development Technologies, Inc., Sudbury MA Tel: +1 508 443 5779 Internet: mjy@sdti.sdti.com UUCP: {harvard,mit-eddie}!sdti!mjy