WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Makefile:

ChangeSet 1.1542, 2005/05/24 23:20:55+01:00, cl349@xxxxxxxxxxxxxxxxxxxx

        Makefile:
          Revert previous build "optimization" -- we need check-for-zlib and
          more importantly mk-symlinks done before we try to build, otherwise a
          highly parallel make (-j 20) fails miserably.
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


diff -Nru a/tools/libxc/Makefile b/tools/libxc/Makefile
--- a/tools/libxc/Makefile      2005-05-24 19:01:43 -04:00
+++ b/tools/libxc/Makefile      2005-05-24 19:01:43 -04:00
@@ -45,7 +45,8 @@
 LIB      := libxc.a libxc.so libxc.so.$(MAJOR) libxc.so.$(MAJOR).$(MINOR)
 
 all: build
-build: check-for-zlib mk-symlinks $(LIB)
+build: check-for-zlib mk-symlinks
+       $(MAKE) $(LIB)
 
 check-for-zlib:
        @if [ ! -e /usr/include/zlib.h ]; then \

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>