Date: Mon, 22 Nov 1999 14:13:08 -0800 From: "Alex" <archiver@db.geocrawler.com> To: freebsd-questions@freebsd.org Subject: KLD question? Message-ID: <199911222213.OAA11388@www.geocrawler.com>
next in thread | raw e-mail | index | archive | help
This message was sent from Geocrawler.com by "Alex" <al.feldman@sangoma.com>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911222213.OAA11388>
