<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 01/23/2013 07:34 PM, Alexander
Kartashov wrote:<br>
</div>
<blockquote cite="mid:510002EF.2040901@parallels.com" type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<div class="moz-cite-prefix">On 01/23/2013 06:50 PM, Cyrill
Gorcunov wrote:<br>
</div>
<blockquote
cite="mid:1358952618-17738-1-git-send-email-gorcunov@openvz.org"
type="cite">
<pre wrap="">Actually the former code was being expanding
uname_M variable which is not set that early
(this was not a problem since we assign it a
line below, still it was a dead code which
should be fixed).
p.s. With this patch the line
| ifeq ($(findstring arm,$(ARCH)),arm)
seems to be unneeded and plain
| ifeq ($(ARCH),arm)
should work just fine here but I simply
have no ARM environment installed at moment
so I leave it as is for a while.
Reported-by: Andrey Vagin <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:avagin@openvz.org"><avagin@openvz.org></a>
Signed-off-by: Cyrill Gorcunov <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:gorcunov@openvz.org"><gorcunov@openvz.org></a>
---
Makefile | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
CRIU mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:CRIU@openvz.org">CRIU@openvz.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.openvz.org/mailman/listinfo/criu">https://lists.openvz.org/mailman/listinfo/criu</a>
</pre>
</blockquote>
<br>
ack<br>
<br>
<pre class="moz-signature" cols="72">--
Sincerely yours,
Alexander Kartashov
Intern
Core team
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.parallels.com">www.parallels.com</a>
Skype: aleksandr.kartashov
Email: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:alekskartashov@parallels.com">alekskartashov@parallels.com</a></pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
CRIU mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CRIU@openvz.org">CRIU@openvz.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openvz.org/mailman/listinfo/criu">https://lists.openvz.org/mailman/listinfo/criu</a>
</pre>
</blockquote>
<br>
You may as well replace the ARM check with <br>
<pre wrap="">ifeq ($(ARCH),arm)</pre>
<br>
as you proposed.<br>
<pre class="moz-signature" cols="72">--
Sincerely yours,
Alexander Kartashov
Intern
Core team
<a class="moz-txt-link-abbreviated" href="http://www.parallels.com">www.parallels.com</a>
Skype: aleksandr.kartashov
Email: <a class="moz-txt-link-abbreviated" href="mailto:alekskartashov@parallels.com">alekskartashov@parallels.com</a></pre>
</body>
</html>