lkml.org 
[lkml]   [1999]   [Jan]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Unification of Makefiles for kernel build?
From
Date
> It would be nice if `make -j 4' would actually work again -- right
> now, it fails to rebuild some files.

GNU make -j is broken anyway, it can start building things that are
currently building under certain conditions. The dependency graph


O --- O
/ \
A B
\ /
O --- O

(all lines are arrows pointing right)

doesn't work. It will start building things from B (although this will
overwrite both nodes connected to B) two times.

/Magnus
map@stacken.kth.se

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.034 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site