On Sat, Aug 31, 2002 at 10:52:09 -0700, George V. Neville-Neil wrote:
> I think this is in -STABLE not -CURRENT, I'm having this problem there.
The problem is in -current too, see my following
optional ahc ahd
bug explanation, aicasm target inserted only when _both_ of them are
enabled.
I think this is in -STABLE not -CURRENT, I'm having this problem there.
Later,
George
--
George V. Neville-Neil [EMAIL PROTECTED]
Neville-Neil Consulting www.neville-neil.com
"I learn only to be contented." inscription at Ryoan-
On Sat, Aug 31, 2002 at 21:39:40 +0400, Andrey A. Chernov wrote:
>
> I wonder about
> optional ahc ahd
> line here. Is it assumes that _both_ must be on?
Yes, it was the bug place. Here is the workaround which fix it for me:
--- files.bak Sat Aug 31 20:46:30 2002
+++ files Sat Aug
On Sat, Aug 31, 2002 at 11:15:55 -0600, Justin T. Gibbs wrote:
> > Apparently Makefile not have aicasm target (newly created clean
> > building directory):
>
> I can't reproduce this here. My kernel Makefile includes an aicasm target.
I have only this lines included, but not aicasm target itse
On Sat, Aug 31, 2002 at 11:15:55 -0600, Justin T. Gibbs wrote:
> > Apparently Makefile not have aicasm target (newly created clean
> > building directory):
>
> I can't reproduce this here. My kernel Makefile includes an aicasm target.
>From where aicasm target must come in?
As I see, src/sys/c
> Apparently Makefile not have aicasm target (newly created clean
> building directory):
I can't reproduce this here. My kernel Makefile includes an aicasm target.
--
Justin
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Apparently Makefile not have aicasm target (newly created clean
building directory):
rm -f .olddep
if [ -f .depend ]; then mv .depend .olddep; fi
make _kernel-depend
cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit