From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAWrI-0006vn-H9 for qemu-devel@nongnu.org; Sun, 11 Jan 2015 23:44:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAWrF-0001AY-9y for qemu-devel@nongnu.org; Sun, 11 Jan 2015 23:44:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAWrF-0001AC-2t for qemu-devel@nongnu.org; Sun, 11 Jan 2015 23:44:05 -0500 From: Fam Zheng Date: Mon, 12 Jan 2015 12:43:08 +0800 Message-Id: <1421037791-32021-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] buildsys: Fix and enable module build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Brian Jackson , Peter Maydell , Michael Tokarev , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Stefan Hajnoczi , Bharata B Rao , Paolo Bonzini , Richard Henderson The first patch fixes the module build: it doesn't fail but it links all the module objects into executables. The second patch enables modules by default. The last patch adds a non-module build in travis config. Fam Zheng (3): rules.mak: Fix module build configure: Default to enable module build .travis.yml: Add "--disable-modules" .travis.yml | 3 ++ configure | 96 ++++++++++++++++++++++++++++++++++++++++++------------------- rules.mak | 23 ++++++++------- 3 files changed, 82 insertions(+), 40 deletions(-) -- 2.1.0