From patchwork Wed Apr 1 17:58:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ed Maste X-Patchwork-Id: 457357 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 70C0714009B for ; Thu, 2 Apr 2015 05:30:30 +1100 (AEDT) Received: from localhost ([::1]:54529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdNPH-0003Xt-6g for incoming@patchwork.ozlabs.org; Wed, 01 Apr 2015 14:30:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdNOw-0003CX-SI for qemu-devel@nongnu.org; Wed, 01 Apr 2015 14:30:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdNOh-0005Vk-N4 for qemu-devel@nongnu.org; Wed, 01 Apr 2015 14:30:06 -0400 Received: from [98.143.106.101] (port=54411 helo=freebsd.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdNOh-0005VY-He for qemu-devel@nongnu.org; Wed, 01 Apr 2015 14:29:51 -0400 Received: from emaste (uid 1001) (envelope-from emaste@freebsd.org) id 9dc82 by freebsd.org (DragonFly Mail Agent 1); Wed, 01 Apr 2015 13:58:45 -0400 From: Ed Maste To: qemu-devel@nongnu.org Date: Wed, 1 Apr 2015 13:58:38 -0400 Message-Id: <1427911118-21905-1-git-send-email-emaste@freebsd.org> X-Mailer: git-send-email 2.2.2 X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x X-Received-From: 98.143.106.101 Cc: qemu-trivial@nongnu.org, Ed Maste Subject: [Qemu-devel] [PATCH] Use $(MAKE) for recursive make X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org On BSDs "make" is typically BSD make, while "gmake" is GNU make. Signed-off-by: Ed Maste Reviewed-by: Stefan Weil Reviewed-by: Fam Zheng Reviewed-by: Stefan Hajnoczi --- 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 \