Subject: Re: CVS commit: src/share/mk
To: David Laight <dsl@netbsd.org>
From: Bang Jun-Young <junyoung@netbsd.org>
List: source-changes
Date: 11/19/2003 15:17:48
On Tue, Nov 11, 2003 at 11:36:40AM +0000, David Laight wrote:
>
> Module Name: src
> Committed By: dsl
> Date: Tue Nov 11 11:36:40 UTC 2003
>
> Modified Files:
> src/share/mk: bsd.dep.mk
>
> Log Message:
> Use -- to separate mkdep options from cc ones.
> Avoids problems when the cc options start with -fpic.
Shouldn't it be noted that the new mkdep(1) is required for this
in UPDATING? With the old mkdep, I got:
# create __assert.d
mkdep -f __assert.d -- -I../../../../../../lib/libkern/arch/i386 -Di386 -I../../. -I../../../../../../arch -I../../../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT ../../../../../../lib/libkern/__assert.c
cc: ambiguous abbreviation --
[... and the same error repeated on each file]
Jun-Young
--
Bang Jun-Young <junyoung@NetBSD.org>