Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751471AbbD2XQ4 (ORCPT ); Wed, 29 Apr 2015 19:16:56 -0400 Received: from shonan.sfc.wide.ad.jp ([203.178.142.130]:42286 "EHLO mail.sfc.wide.ad.jp" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750937AbbD2XQw (ORCPT ); Wed, 29 Apr 2015 19:16:52 -0400 Date: Thu, 30 Apr 2015 08:16:47 +0900 Message-ID: From: Hajime Tazaki To: richard@nod.at Cc: linux-arch@vger.kernel.org, arnd@arndb.de, corbet@lwn.net, cl@linux.com, penberg@kernel.org, rientjes@google.com, iamjoonsoo.kim@lge.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-mm@kvack.org, jdike@addtoit.com, rusty@rustcorp.com.au, upa@haeena.net, christoph.paasch@gmail.com, mathieu.lacage@gmail.com, libos-nuse@googlegroups.com Subject: Re: [PATCH v4 00/10] an introduction of Linux library operating system (LibOS) In-Reply-To: <553DE7A8.8060706@nod.at> References: <1429450104-47619-1-git-send-email-tazaki@sfc.wide.ad.jp> <1430103618-10832-1-git-send-email-tazaki@sfc.wide.ad.jp> <553DE54D.9030301@nod.at> <553DE7A8.8060706@nod.at> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) X-Face: "+?b:_s\r$dbBx'Ur*k#`5|~\>v~i`PzaxANTx_S?J>:mTQrtm:c7'f5b~W2eX~Fl[0Pw,0bow)8r8Z5,D&>]C/'ujqr:fbY>]/52T^Q~cX*y5\?!"i<^Vp=zCNguAeyPH$`ZTv{di25X8,%@! MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 903 Lines: 28 At Mon, 27 Apr 2015 09:39:20 +0200, Richard Weinberger wrote: > > Hmm, it still does not build. This time I got: > > > > CC kernel/time/time.o > > In file included from kernel/time/time.c:44:0: > > kernel/time/timeconst.h:11:2: error: #error "kernel/timeconst.h has the wrong HZ value!" > > #error "kernel/timeconst.h has the wrong HZ value!" > > ^ > > arch/lib/Makefile:187: recipe for target 'kernel/time/time.o' failed > > make: *** [kernel/time/time.o] Error 1 > > A make mrproper made the issue go away. > Please use kbuild. :) thanks for the report. it's been fixed and I added a test (locally) to avoid further regressions. -- Hajime -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/