-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Paul Eggert on 11/15/2007 5:03 PM:
> The first module, "gnu-make", addresses the problem that coreutils
> currently relies on a GNU Make extension that isn't defined in POSIX.
> Adding this feature will make it easy to write Makefiles that can take
> advantage of this, by putting something like this into Makefile.am:
> 
>       if GNU_MAKE
>               [nicer features that work only with GNU Make]
>       else
>               [fallback features that work in any 'make' implementation]
>       endif

I'm wondering if this feature could also be useful for projects that have
a maintainer's GNUMakefile, but want to perform VPATH builds.  In other
words, by using this module, could we add some sort of:

if GNU_MAKE
include $(top_srcdir)/GNUMakefile
endif

that automatically pulls in the GNUMakefile without having to symlink it
into the VPATH build tree?

- --
Don't work too hard, make some time for fun as well!

Eric Blake             [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHPZh684KuGfSFAYARAn5eAKC6EyIaxE2K41AOvhlxIeKV6FqkEgCguwQm
WofKwiE8phPxXKdsOhqAew4=
=ce9A
-----END PGP SIGNATURE-----


Reply via email to