From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id CCD801E34; Tue, 26 Feb 2019 18:04:57 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3D6F72206B; Tue, 26 Feb 2019 12:04:57 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 26 Feb 2019 12:04:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=KZc+Gnh5RQjnONwDz9heO2VsRfcwYK96hYR60CvpRRw=; b=M+Nj9cGZzpxR HTYJvUnLbG9FL5WHa/FTmvS3dHPNLgRVfS4d+YQJ3y75yb9Uu8OA0IPk4Gx/VZgw Gc/BZkh20Wz034+rRmmwbc3TCIAlkj2KDTVVWvZFoe89AemtLz0tWA+W8t26W4ys hzPJI4qep0VXYzyd4jIkhAR5T+5EJaw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=KZc+Gnh5RQjnONwDz9heO2VsRfcwYK96hYR60CvpR Rw=; b=6eVZ8n9/p3cN/KBL3aOvT5gYXxyLaBDU3cEk7PkSo96eniAw+ohDmQa+8 nXLow9TbEwdVq/oyi8d66ulugmuOmNnBJ/T1c9xqSeV4GirFUjjdvp59E0mVrPaM VkWjJe333IPI11yN8Q1RKWBXsp5dyTaQKgpUsjiCDBzDRKZKzKXkcN8MnuHcmo3Z 9thykzTpiGZ+EV05kOo+sBznJh063eYRKrIgVVvWhusVsl7vt4MxrhgZTGCUBOcD odOAVGfRokMyQ+DOGTkvA8mmwvGqBDP3VPUIwMQcf+sJMoIHxBE7GjF/L3GA6+Qf MaSBTG8wIkDnLOXSOk6qkd+1nB/8Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrudelgdellecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AC8A810318; Tue, 26 Feb 2019 12:04:55 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, stable@dpdk.org Date: Tue, 26 Feb 2019 18:04:54 +0100 Message-ID: <2146676.81mHjP8syk@xps> In-Reply-To: <20190225154001.62842-1-bruce.richardson@intel.com> References: <20190225154001.62842-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] devtools/test-meson-builds.sh: add support for FreeBSD X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2019 17:04:58 -0000 25/02/2019 16:40, Bruce Richardson: > readlink option "-m" is not supported on FreeBSD (checked on BSD 11), > so change to the largely-equivalent "-f" flag. > > Signed-off-by: Bruce Richardson Fixes: a55277a788df ("devtools: add test script for meson builds") Cc: stable@dpdk.org Applied, thanks