Author: dcoakley
Date: 2010-09-21 19:42:02 -0400 (Tue, 21 Sep 2010)
New Revision: 3354

Modified:
   trunk/osprey/targdir_lib/Makefile.in
Log:
The libmv library depends on libacml_mv for targets that use libacml_mv.

With this change "make -j" can successfully build the libraries in parallel.

Approved by: Sun Chan


Modified: trunk/osprey/targdir_lib/Makefile.in
===================================================================
--- trunk/osprey/targdir_lib/Makefile.in        2010-09-21 22:25:43 UTC (rev 
3353)
+++ trunk/osprey/targdir_lib/Makefile.in        2010-09-21 23:42:02 UTC (rev 
3354)
@@ -9,6 +9,11 @@
 
 default clean clobber: $(SUBDIRS)
 
+# If building libacml_mv, build it before libmv.
+ifneq (,$(findstring libacml_mv,$(SUBDIRS)))
+libmv : libacml_mv
+endif
+
 $(SUBDIRS):
        @echo "MAKE   $(ACTION) in $(PWD)/$@"; \
        $(MAKE) $(if $V,,--no-print-directory) -C $@ $(ACTION)


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Open64-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to