Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 10 Sep 2002 16:50:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 10 Sep 2002 16:50:46 -0400 Received: from pasmtp.tele.dk ([193.162.159.95]:31245 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id ; Tue, 10 Sep 2002 16:50:45 -0400 Date: Tue, 10 Sep 2002 22:55:30 +0200 From: Sam Ravnborg To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [PATCH] kbuild: Make filelist for clean and mrproper distributed 0/6 Message-ID: <20020910225530.A17094@mars.ravnborg.org> Mail-Followup-To: Linus Torvalds , linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 21 The next six mails contains patches to introduce a distributed way to specify what files to delete during make clean and make mrproper The end result and the driver for this patch was the possibility to get rid of the centralised list of files contained in the top-level makefile. The patches are split as follows: 1/6 The actual infrastructure added to Rules.make 2/6 makefile for atm updated 3/6 makefile for sound updated 4/6 makefile for various drivers updated 5/6 makefile in scripts/ updated 6/6 Top-level makefile updated, including removal of file-list Sam - 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/