From owner-freebsd-hackers Tue Feb 24 21:43:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA07412 for freebsd-hackers-outgoing; Tue, 24 Feb 1998 21:43:31 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA07400 for ; Tue, 24 Feb 1998 21:43:22 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id VAA18213; Tue, 24 Feb 1998 21:41:49 -0800 (PST) Message-Id: <199802250541.VAA18213@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Dan Nelson cc: Mike Smith , hackers@FreeBSD.ORG Subject: Re: Odd(?) sh/make behaviour. In-reply-to: Your message of "Tue, 24 Feb 1998 23:35:02 CST." <19980224233502.52745@emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Feb 1998 21:41:47 -0800 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I'm looking at a Makefile that does: > > > > foo:: > > (set -e; cd foo; unset BAR BAZ; ./something; make stuff) > > > hmm. I just saw this exact same problem in an Imakefile provided with > the "vnc" program ( http://www.orl.co.uk/vnc/ ); a PC-Anywhere-type > program that lets you control a win95-PC or X-terminal from a win95-PC, > X-terminal, or Java-enabled web browser. It's the first free app I've > seen that lets you control a PC from X. Funny, that's just what I was finishing a port for. 8) > I ignored the sh problem by just removing the offending "unset > MAKEFLAGS MAKELEVEL". xmkmf didn't seem to notice the loss, and Xvnc > works beautifully (after some other patches to get xmkmf to produce the > right Makefiles). Hmm, what did you patch? I just dug up some more-or-less right Imake templates off a stale Linux distribution and fixed an include in one file. I'll be committing it in a few minutes... -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message