* [PATCH] Use $(MAKE)
@ 2008-09-24 11:41 Christoph Egger
0 siblings, 0 replies; only message in thread
From: Christoph Egger @ 2008-09-24 11:41 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 596 bytes --]
Attached patch uses $(MAKE) instead of 'make'.
Fixes build error on *BSD as buildsystem requires GNU make.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland
Registergericht Dresden: HRA 4896
vertretungsberechtigter Komplementär:
AMD Saxony LLC (Sitz Wilmington, Delaware, USA)
Geschäftsführer der AMD Saxony LLC:
Dr. Hans-R. Deppe, Thomas McCoy
[-- Attachment #2: gmake.diff --]
[-- Type: text/x-diff, Size: 277 bytes --]
diff -r 7750906b06b3 Makefile
--- a/Makefile Wed Sep 24 10:23:51 2008 +0100
+++ b/Makefile Wed Sep 24 13:33:52 2008 +0200
@@ -79,7 +79,7 @@ endif
endif
tools/ioemu-dir:
- make -C tools ioemu-dir-find
+ $(MAKE) -C tools ioemu-dir-find
.PHONY: install-docs
install-docs:
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-24 11:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 11:41 [PATCH] Use $(MAKE) Christoph Egger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.