From mboxrd@z Thu Jan 1 00:00:00 1970 From: NeilBrown Subject: [PATCH 006 of 8] knfsd: Trivial makefile cleanup Date: Mon, 7 May 2007 10:35:51 +1000 Message-ID: <1070507003551.24173@suse.de> References: <20070507103211.23855.patches@notabene> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Neil Brown , nfs@lists.sourceforge.net, linux-kernel@vger.kernel.org, Christoph Hellwig To: Andrew Morton Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list2-new.sourceforge.net with esmtp (Exim 4.43) id 1HkrD2-00057C-Qj for nfs@lists.sourceforge.net; Sun, 06 May 2007 17:36:12 -0700 Received: from mx1.suse.de ([195.135.220.2]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1HkrD5-0002nq-2k for nfs@lists.sourceforge.net; Sun, 06 May 2007 17:36:15 -0700 List-Id: "Discussion of NFS under Linux development, interoperability, and testing." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfs-bounces@lists.sourceforge.net Errors-To: nfs-bounces@lists.sourceforge.net From: Christoph Hellwig kbuild directly interprets -y as objects to build into a module, no need to assign it to the old foo-objs variable. Signed-off-by: Christoph Hellwig Signed-off-by: Neil Brown ### Diffstat output ./fs/nfsd/Makefile | 1 - 1 file changed, 1 deletion(-) diff .prev/fs/nfsd/Makefile ./fs/nfsd/Makefile --- .prev/fs/nfsd/Makefile 2007-05-07 10:30:15.000000000 +1000 +++ ./fs/nfsd/Makefile 2007-05-07 10:31:05.000000000 +1000 @@ -11,4 +11,3 @@ nfsd-$(CONFIG_NFSD_V3) += nfs3proc.o nfs nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \ nfs4acl.o nfs4callback.o nfs4recover.o -nfsd-objs := $(nfsd-y) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753170AbXEGAgv (ORCPT ); Sun, 6 May 2007 20:36:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753047AbXEGAgj (ORCPT ); Sun, 6 May 2007 20:36:39 -0400 Received: from mx1.suse.de ([195.135.220.2]:43442 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753043AbXEGAgO (ORCPT ); Sun, 6 May 2007 20:36:14 -0400 From: NeilBrown To: Andrew Morton Date: Mon, 7 May 2007 10:35:51 +1000 Message-Id: <1070507003551.24173@suse.de> X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Cc: Neil Brown Subject: [PATCH 006 of 8] knfsd: Trivial makefile cleanup References: <20070507103211.23855.patches@notabene> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Christoph Hellwig kbuild directly interprets -y as objects to build into a module, no need to assign it to the old foo-objs variable. Signed-off-by: Christoph Hellwig Signed-off-by: Neil Brown ### Diffstat output ./fs/nfsd/Makefile | 1 - 1 file changed, 1 deletion(-) diff .prev/fs/nfsd/Makefile ./fs/nfsd/Makefile --- .prev/fs/nfsd/Makefile 2007-05-07 10:30:15.000000000 +1000 +++ ./fs/nfsd/Makefile 2007-05-07 10:31:05.000000000 +1000 @@ -11,4 +11,3 @@ nfsd-$(CONFIG_NFSD_V3) += nfs3proc.o nfs nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \ nfs4acl.o nfs4callback.o nfs4recover.o -nfsd-objs := $(nfsd-y)