[RFC] build system replacement
Bernhard Fischer
rep.dot.nop at gmail.com
Tue Jun 3 07:27:05 PDT 2008
On Tue, Jun 03, 2008 at 11:36:21AM +0200, Bernd Schmidt wrote:
Alright. The repeated superfluous rebuild of
libpthread/linuxthreads/pthread_atfork.oS was due to a missing
files.dep := $(libc-a-y) $(libc-so-y) $(libc-nonshared-y) $(libm-a-y) $(libm-so-y)
-files.dep += $(libpthread-a-y) $(libpthread-so-y) $(libthread_db-a-y) $(libthread_db-so-y)
+files.dep += $(libpthread-a-y) $(libpthread-so-y) $(libthread_db-a-y) $(libthread_db-so-y) $(libpthread-nonshared-y)
files.dep += $(librt-a-y) $(librt-so-y) $(libresolv-a-y) $(libresolv-so-y)
More information about the uClibc
mailing list