All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Use $(MAKE) for recursive make
@ 2015-04-01 17:58 ` Ed Maste
  0 siblings, 0 replies; 10+ messages in thread
From: Ed Maste @ 2015-04-01 17:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

On BSDs "make" is typically BSD make, while "gmake" is GNU make.

Signed-off-by: Ed Maste <emaste@freebsd.org>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 88bce56..ee40397 100644
--- a/Makefile
+++ b/Makefile
@@ -331,8 +331,8 @@ distclean: clean
 	rm -rf $$d || exit 1 ; \
         done
 	rm -Rf .sdk
-	if test -f pixman/config.log; then make -C pixman distclean; fi
-	if test -f dtc/version_gen.h; then make $(DTC_MAKE_ARGS) clean; fi
+	if test -f pixman/config.log; then $(MAKE) -C pixman distclean; fi
+	if test -f dtc/version_gen.h; then $(MAKE) $(DTC_MAKE_ARGS) clean; fi
 
 KEYMAPS=da     en-gb  et  fr     fr-ch  is  lt  modifiers  no  pt-br  sv \
 ar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th \
-- 
2.2.2



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-04-02 13:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-01 17:58 [Qemu-trivial] [PATCH] Use $(MAKE) for recursive make Ed Maste
2015-04-01 17:58 ` [Qemu-devel] " Ed Maste
2015-04-01 18:45 ` [Qemu-trivial] " Stefan Weil
2015-04-01 18:45   ` Stefan Weil
2015-04-02  3:16   ` [Qemu-trivial] " Fam Zheng
2015-04-02  3:16     ` Fam Zheng
2015-04-02  8:58 ` [Qemu-trivial] " Stefan Hajnoczi
2015-04-02  8:58   ` Stefan Hajnoczi
2015-04-02 13:56 ` [Qemu-trivial] " Paolo Bonzini
2015-04-02 13:56   ` [Qemu-devel] " Paolo Bonzini

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.