log sources/patches/uClibc-headerdep.patch @ 1727:45c936d93711 draft

age author description
Sat, 10 Nov 2012 00:53:56 -0600 Rob Landley Another uClibc dependency glitch: with "make -j 1 install" sysnum.h isn't built until after the headers are installed, but with -j 3 it is.
Tue, 09 Oct 2012 00:05:38 -0500 Rob Landley The uClibc build has race conditions when run in parallel, add extra constraint to calm it down.