http://bugs.winehq.org/show_bug.cgi?id=22831
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |julliard@winehq.org Summary|freebsd compile broken: |freebsd compile broken when |configure && make causes |using BSD make |infinite loop | Severity|blocker |major
--- Comment #1 from Austin English austinenglish@gmail.com 2010-05-22 19:37:15 --- Seems the makefile warnings are caused by: [austin@pcbsd-884 ~/winetest]$ git bisect bad eab7efd1792d16618608c75cf34b6095a34806d0 is the first bad commit commit eab7efd1792d16618608c75cf34b6095a34806d0 Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 25 21:42:54 2010 +0100
makefiles: Fix test rules to allow parallel makes again.
Though I can't get the infinite loop to occur again, not sure how I triggered it earlier, perhaps a make -j4 or so.
The problem only seems to occur when using BSD make. Using GNU make seems to work fine (compiling now).