[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] Fix gmp stubdom build when DESTDIR is used



The default make targets in the top level makefile set DESTDIR
which gets applied when the stubdom makefile
tries to do a make install within gmp to install libgmp.a
to the cross root.

Ian, do you want to apply this to your tree and commit the whole thing
or would you prefer I roll out a fresh new patch set with all updates
applied?

Signed-off-by: Matthew Fioravante <matthew.fioravante@xxxxxxxxxx>
---
 stubdom/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stubdom/Makefile b/stubdom/Makefile
index 7519683..3006ad6 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -173,7 +173,7 @@ cross-gmp: $(GMP_STAMPFILE)
 $(GMP_STAMPFILE): gmp-$(XEN_TARGET_ARCH)
        ( cd $< && \
          $(MAKE) && \
-         $(MAKE) install )
+         $(MAKE) DESTDIR= install )
 
 #############
 # cross-polarssl
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.