From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=TCcYXXcU; spf=pass (domain: linaro.org, ip: 209.85.128.66, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by groups.io with SMTP; Thu, 19 Sep 2019 11:06:34 -0700 Received: by mail-wm1-f66.google.com with SMTP id b24so5022877wmj.5 for ; Thu, 19 Sep 2019 11:06:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=cQxCEsGsLT2CV8On6wvHUnPI/pXvADNKqhOZkKwflfk=; b=TCcYXXcUS1TfXgh5TUtlWfh+JXGP+N92f9pfEJ3+O0NmVwNd2VxNdRYwLsBt5k5bJy k488TUxp9L5i1Hl4ThV6JDI4MG2KBuNepHIHXA19ndvUm0Gp++zp9Tri99O0wByqoFxE VdlL54c2QoqOWFJTnltHT/EXnZkiLFBJp0y9UzCH6KSvMMZ/m+DOaGPZaOkwZYnVYkmE GCfSp9AOpniiK1CLa7PdHb0FKR+v48lmUiCkV/5N33GdjrDr0P+vdZ9HfPaVs8aXvKnO b09Pj7veGJ0dFfo8LfVu17UegratIH2pzkchmolMO6/w3UhQbakG/XMPZ4JOkPfCHV0O CMfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=cQxCEsGsLT2CV8On6wvHUnPI/pXvADNKqhOZkKwflfk=; b=LkcN8W0AqV2SF8WAtHhJd0w2zlxoc1xnTc6b3Fs/D23tLR30EBirA1zcPglezBVHfY s7Hmy0M10ARAJrrXnSaZnltBxjNv3qIbbw4i/1LyoGXUQKUJjblmnDX6lipS2A6SujfF xU8YT++NEs9FA3p1tRd8jRhBWEu8mugFqVx5iZ5Zcj1HSJ5vCTLc7E8wXgs4R0+oK+Hg vKHfzeilsUY9nkpQ8eBKSq8qVTttefcqE5CIn3Zg44GhEJWue8mjkVV0DcBTVaFxCvTC l1k597pjJEt0eeTeO6TPdmZPT2tSuu+YWPalYnUCuhteIzC/U01oKakPDKP9eSfT3DCN edfw== X-Gm-Message-State: APjAAAUncg4dtb00tR1ozfXnUq1jN9KV/tSDbXZ7uKpGgraw+RbjlHgX jqFmk0skIhqKX0OD7T/YCzR/V66Re6Y= X-Google-Smtp-Source: APXvYqxX2PU7BGE1uN4pkUK9WMrvgJaNaRYaRIo5odL81kQ3K9wvJqqS6p+6D0z01hoL7W8OVuyXUA== X-Received: by 2002:a7b:c013:: with SMTP id c19mr3810652wmb.118.1568916392395; Thu, 19 Sep 2019 11:06:32 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id d9sm16389769wrc.44.2019.09.19.11.06.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Sep 2019 11:06:31 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni Subject: [PATCH 4/7] EmulatorPkg: strip trailing whitespace Date: Thu, 19 Sep 2019 19:06:22 +0100 Message-Id: <20190919180625.29150-5-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190919180625.29150-1-leif.lindholm@linaro.org> References: <20190919180625.29150-1-leif.lindholm@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Leif Lindholm --- EmulatorPkg/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/Readme.md b/EmulatorPkg/Readme.md index 5ea61ca7ab5a..0c2eea6a9a02 100644 --- a/EmulatorPkg/Readme.md +++ b/EmulatorPkg/Readme.md @@ -57,12 +57,12 @@ emulator.** For example, to build + run: -`$ EmulatorPkg/build.sh` +`$ EmulatorPkg/build.sh` `$ EmulatorPkg/build.sh run` The build architecture will match your host machine's architecture. On X64 host machines, you can build + run IA32 mode as well: -`$ EmulatorPkg/build.sh -a IA32` +`$ EmulatorPkg/build.sh -a IA32` `$ EmulatorPkg/build.sh -a IA32 run` -- 2.20.1