add comment
authorSimon Marlow <simonmar@microsoft.com>
Wed, 20 Jun 2007 13:19:49 +0000 (13:19 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 20 Jun 2007 13:19:49 +0000 (13:19 +0000)
libraries/Makefile

index 0ef78d8..85fbc77 100644 (file)
@@ -168,6 +168,8 @@ endif
 $(foreach SUBDIR,$(SUBDIRS),rebuild.library.$(SUBDIR)):\
 rebuild.library.%: clean.library.% make.library.%
 
+# NB. we're depending on make chasing dependencies from left to right here.
+# This bit goes wrong with 'make -j'.
 build: $(foreach SUBDIR,$(SUBDIRS),make.library.$(SUBDIR))
 build: installPackage/installPackage