Sfoglia il codice sorgente

- add libpthread-nonshared-y to files.dep
Fixes superfluous rebuild of pthread_atfork.oS.

Bernhard Reutner-Fischer 18 anni fa
parent
commit
e211e88fc8
1 ha cambiato i file con 7 aggiunte e 5 eliminazioni
  1. 7 5
      Makerules

+ 7 - 5
Makerules

@@ -327,11 +327,13 @@ $(top_builddir)lib/libpthread_nonshared.a: $(libpthread-nonshared-y)
 	$(do_strip)
 	$(do_ar)
 
-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 += $(librt-a-y) $(librt-so-y)  $(libresolv-a-y) $(libresolv-so-y)
-files.dep += $(libcrypt-a-y) $(libcrypt-so-y) $(libutil-a-y) $(libutil-so-y)
-files.dep += $(libnsl-a-y) $(libnsl-so-y) $(ldso-y) $(libdl-a-y) $(libdl-so-y)
+files.dep := $(libc-a-y) $(libc-so-y) $(libc-nonshared-y) \
+	$(libm-a-y) $(libm-so-y) \
+	$(libpthread-a-y) $(libpthread-so-y) $(libpthread-nonshared-y) \
+	$(libthread_db-a-y) $(libthread_db-so-y) \
+	$(librt-a-y) $(librt-so-y)  $(libresolv-a-y) $(libresolv-so-y) \
+	$(libcrypt-a-y) $(libcrypt-so-y) $(libutil-a-y) $(libutil-so-y) \
+	$(libnsl-a-y) $(libnsl-so-y) $(ldso-y) $(libdl-a-y) $(libdl-so-y)
 .depends.dep := \
 	$(patsubst %.o,%.o.dep,$(filter %.o,$(files.dep))) \
 	$(patsubst %.os,%.os.dep,$(filter %.os,$(files.dep))) \