On Thu, Jan 19, 2006 at 10:33:47PM +0100, Stefan Manegold wrote:
[...]
I'm a bit scared by all the "overriding commands for target" messages
[...]
Those should be fine. You get these if you compile MonetDB in the source directory itself (note that the installation instructions recommend to use an empty directory to compile MonetDB). If top_srcdir == top_builddir then the lines include $(top_srcdir)/*.mk include $(top_builddir)/*.mk in all Makefiles will include all the *.mk files twice, hence the warning. For developers: That is actually one reason why I'd suggest to replace those wildcards by actual filenames. If we know it is $(top_srcdir)/rules.mk and $(top_builddir)/rpm.mk we could directly use those filenames and the warnings would vanish. Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Informatics D-85748 Garching, Germany Tel: +49 89 289-17259 Fax: +49 89 289-17263 XQuery processing at the speed of light: MonetDB/XQuery http://www.monetdb-xquery.org/ http://www.pathfinder-xquery.org/