Subject: Re: make(1)'s inbuilt objdir handling
To: None <freza@liberouter.org>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-toolchain
Date: 06/26/2005 18:33:30
>It would be nice if assignments to MAKEOBJDIR (or .OBJDIR) from
>the Makefile (or included fragment, for that matter) just worked,
>so that people who want to use objdirs don't have to set the
>environment (= error prone) or specify a commnad-line flag
>(= annoying).

Just use the target .OBJDIR: eg.

.OBJDIR:	what/ever

--sjg