Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2000 13:52:37 -0500
From:      Marcel Moolenaar <marcel@cup.hp.com>
To:        stable@FreeBSD.ORG
Cc:        Makoto MATSUSHITA <matusita@jp.FreeBSD.org>, current@FreeBSD.ORG
Subject:   Re: "make modules" kicks the first module directory twice
Message-ID:  <3A103875.3555E3D4@cup.hp.com>
References:  <3A0F9ED8.A56CA34E@cup.hp.com> <Pine.BSF.4.21.0011131953001.646-100000@besplex.bde.org> <20001113195111R.matusita@jp.FreeBSD.org> <20001113095855.C38404@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote:
> 
> On Mon, Nov 13, 2000 at 07:51:11PM +0900, Makoto MATSUSHITA wrote:
> > !     cd $S/modules && env ${MKMODULESENV} ${MAKE} obj all
> > --- 310,322 ----
> > !     cd $S/modules && env ${MKMODULESENV} ${MAKE} obj
> > !     cd $S/modules && env ${MKMODULESENV} ${MAKE} all
> 
> I can certainly commit this type of fix.  The combined make invocation
> was an optimization someone recommended.

No you can't. $S expands to "../.." which only works for the first cd in
the -jX case. The second cd will fail.

-- 
Marcel Moolenaar
  mail: marcel@cup.hp.com / marcel@FreeBSD.org
  tel:  (408) 447-4222


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?3A103875.3555E3D4>