(changed subject to reflect straying from original topic)
Larry McVoy wrote:
I've seen problems like this in parallel makes because the makefiles didn't
have dependencies set correctly, in the kernel in fact. But I've never
seen it with a non-parallel build and I run this way with BK daily. Lots.
Well, I can reproduce it easily, so it must be a problem in the kernel
build system. I did the following (with no special bk preferences, no
"auto get" turned on):
$ bk clone bk://path/to/linux-2.6
$ mkdir foo
$ cd linux-2.6
$ make O=../foo
This dies needing a file in the scripts dir; repeatedly running the make
command gets farther each time, until finally dying trying to compile
scripts/file2alias.c, apparently due to a missing header.
_______________________________________________
Bitkeeper-users mailing list
Bitkeeper-users@xxxxxxxxxxxx
http://bitmover.com/mailman/listinfo/bitkeeper-users
To unsubscribe from this list, go to the above URL, follow instruction at the
bottom of the web page.
|