I notice that you have defined an INSTALLROOT make variable, which is very handy. Just a comment that all the autotools and lots of other F/OSS build systems have settled on DESTDIR as the name of this variable (it does the same thing INSTALLROOT does).
Adding something simple like: INSTALLROOT = $(DESTDIR) to Makefile.rules or similar could allow for both uses, which would make integrating autofs with automated build systems that have built-in support for autotools-style configure/build/install systems. Cheers! -- ----------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> http://netezza.com "Please remain calm--I may be mad, but I am a professional."--Mad Scientist ----------------------------------------------------------------------------- These are my opinions--Netezza takes no responsibility for them. _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
