From owner-freebsd-current Fri Nov 2 13:15:22 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 157F237B408 for ; Fri, 2 Nov 2001 13:15:21 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fA2LFDI85007; Fri, 2 Nov 2001 13:15:13 -0800 (PST) (envelope-from obrien) Date: Fri, 2 Nov 2001 13:15:13 -0800 From: "David O'Brien" To: Matthew Jacob Cc: current@freebsd.org Subject: Re: broken read-only paradigm? Message-ID: <20011102131513.A84981@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20011102100952.B8098-100000@wonky.feral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011102100952.B8098-100000@wonky.feral.com>; from mjacob@feral.com on Fri, Nov 02, 2001 at 10:10:08AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 02, 2001 at 10:10:08AM -0800, Matthew Jacob wrote: > > /usr/src/lib/compat/compat4x.alpha /tstsys/alpha/compile/GPLUS > yorp.feral.com > root make obj all install clean ^^^^^^^^^^^^ You cannot do this due to make(1) evaluation timming. You need to do: root (make obj && make all install clean) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message