A parallel build patch

H.J. Lu hjl@lucon.org
Sat Jun 13 18:42:00 GMT 1998


Hi, Ulrich,

When there is a dependency, you have to explicitly put it in Makefile.
Otherwise, parallel build will fail at random.

Thanks.


-- 
H.J. Lu (hjl@gnu.org)
----
Sat Jun 13 18:30:54 1998  H.J. Lu  <hjl@gnu.org>

	* localedata/Makefile (tests): Support parallel build.

Index: localedata/Makefile
===================================================================
RCS file: /home/work/cvs/gnu/glibc/localedata/Makefile,v
retrieving revision 1.1.1.12
diff -u -r1.1.1.12 Makefile
--- localedata/Makefile	1998/05/09 20:40:57	1.1.1.12
+++ localedata/Makefile	1998/06/14 01:35:13
@@ -67,7 +67,10 @@
 
 ifeq (no,$(cross-compiling))
 .PHONY: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch
-tests: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch
+tests: do-tst-rpmatch
+do-tst-rpmatch: do-tst-locale
+do-tst-locale: do-tst-fmon
+do-tst-fmon: do-collate-test
 do-collate-test: sort-test.sh $(objpfx)collate-test $(objpfx)xfrm-test \
 		 $(test-input:.ISO-8859-1=.in)
 	$(SHELL) -e $< $(common-objpfx) $(test-input)



More information about the Libc-hacker mailing list