Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2001 13:15:13 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        Matthew Jacob <mjacob@feral.com>
Cc:        current@freebsd.org
Subject:   Re: broken read-only paradigm?
Message-ID:  <20011102131513.A84981@dragon.nuxi.com>
In-Reply-To: <20011102100952.B8098-100000@wonky.feral.com>; from mjacob@feral.com on Fri, Nov 02, 2001 at 10:10:08AM -0800
References:  <20011102100952.B8098-100000@wonky.feral.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011102131513.A84981>