From: Kevin Pedretti Date: Tue, 21 Oct 2008 19:54:13 +0000 (-0500) Subject: Do make config before building kitten first time X-Git-Tag: 1.0^2~36 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=04212dbde1afc2b21049dbf5e9d388e047f344f7 Do make config before building kitten first time --- diff --git a/build/Makefile b/build/Makefile index 7217262..1cfd87d 100644 --- a/build/Makefile +++ b/build/Makefile @@ -203,7 +203,7 @@ kitten: palacios-full cp $(PALACIOS_BUILD_DIR)/libv3vee.a $(KITTEN_TOP_DIR)/palacios/ cp $(PALACIOS_BUILD_DIR)/../lib/xed/libxed32e.a $(KITTEN_TOP_DIR)/palacios/ cp $(PALACIOS_BUILD_DIR)/vm_kernel $(KITTEN_TOP_DIR)/palacios/ - (cd $(KITTEN_TOP_DIR) && make) + (cd $(KITTEN_TOP_DIR) && make oldconfig && make) geekos: diff --git a/kitten/.hg/dirstate b/kitten/.hg/dirstate index 23a1d25..2d7cc7f 100644 Binary files a/kitten/.hg/dirstate and b/kitten/.hg/dirstate differ