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: [EMAIL PROTECTED] / [EMAIL PROTECTED]
  tel:  (408) 447-4222


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to