From 59a2c9ad844edd31ce4550ee047bbe6f5f367ea1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 20 Jun 2007 13:19:49 +0000 Subject: [PATCH] add comment --- libraries/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/Makefile b/libraries/Makefile index 0ef78d8..85fbc77 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -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 -- 1.7.10.4