On Aug 27, 2000, "W. Reilly Cooley, Esq." <[EMAIL PROTECTED]> wrote:

> Now, maybe I'm misunderstanding Make's macro-passing, but in order for
> the DESTDIR passed to the make in the first place, doesn't the @$(MAKE)
> line need something like 'DESTDIR=$(DESTDIR)' ?  Would this be the
> correct way to fix this?

AFAIK, POSIX-compliant implementations of `make' should pass down to
sub-makes any variables set in the command-line of the top-level make.
GNU make, for example, does this, so DESTDIR works as expected.

But automake could indeed pass it down explicitly, to support other
makes in this regard.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to