Subject: Re: Whats up with the kernel build process?
To: None <tgruhn2@mail.com>
From: John Darrow <John.P.Darrow@wheaton.edu>
List: netbsd-help
Date: 06/22/2005 15:01:55
Todd Gruhn <tgruhn2@mail.com> wrote:
>I need to build a new kernel with a pppoe device in it (just got Cable-modem).
>When I did make depend here is what happened:
>
[elided]
>
>Aside from my yucked up TERM setting, whats with the following lines:
>cd: bad substitution
>make: "/usr/share/mk/bsd.own.mk" line 88: warning: "cd NetBSD root gandalf  && make -V .OBJDIR" returned non-zero 
>status
>
>Todd

What shell are you using?  What are your startup scripts for that
shell?

Your per-shell invocation script (.cshrc for csh, or whatever your ENV
variable points to for Bourne/Korn shell derivatives) should not contain
commands which echo things to the screen or mess with terminal types.
Those sorts of commands should only be executed in your per-login
invocation script (.login for csh, .profile for sh).  The same also
applies to the system-wide /etc/profile and /etc/csh.*).  Specifically,
you should _not_ have ENV pointed at .profile - check the sh man page,
Invocation section, for more details.

jdarrow

-- 
John Darrow - Senior Technical Specialist
Computing Services, Wheaton College, Wheaton, IL 60187
Plain text email only please, no HTML email or proprietary formats.
Neither spammers nor cold-callers will ever get my business, so don't bother.