From owner-freebsd-questions Mon Nov 22 14:14:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.geocrawler.com (sourceforge.net [209.81.8.17]) by hub.freebsd.org (Postfix) with ESMTP id 7307A14CC1 for ; Mon, 22 Nov 1999 14:14:51 -0800 (PST) (envelope-from nobody@www.geocrawler.com) Received: (from nobody@localhost) by www.geocrawler.com (8.9.3/8.9.3) id OAA11388; Mon, 22 Nov 1999 14:13:08 -0800 Date: Mon, 22 Nov 1999 14:13:08 -0800 Message-Id: <199911222213.OAA11388@www.geocrawler.com> To: freebsd-questions@freebsd.org Subject: KLD question? From: "Alex" Reply-To: "Alex" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message was sent from Geocrawler.com by "Alex" Be sure to reply to that address. Hello, I write Makefile for KLD. When I run 'make', I receive warning message: Warning: Object directory not changed from original ${.CURDIR} I tried declare .OBJDIR in my Makefile. If write: .OBJDIR = /usr/obj${.CURDIR} (canonical form) my KLD is not compiled, any other object directory given me another warning message ( Warning: Using 'obj dir' as object directory instead of canonical (canonical obj dir) ). Is exist some solution to remove this message? Thank you Geocrawler.com - The Knowledge Archive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message