Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 20 Nov 2002 14:58:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 20 Nov 2002 14:58:22 -0500 Received: from bitmover.com ([192.132.92.2]:51407 "EHLO mail.bitmover.com") by vger.kernel.org with ESMTP id ; Wed, 20 Nov 2002 14:58:20 -0500 Date: Wed, 20 Nov 2002 12:05:18 -0800 From: Larry McVoy To: Andrew Morton Cc: Cort Dougan , Andre Hedrick , Alan Cox , Xavier Bestel , Mark Mielke , Rik van Riel , David McIlwraith , Linux Kernel Mailing List Subject: Re: spinlocks, the GPL, and binary-only modules Message-ID: <20021120120518.L13503@work.bitmover.com> Mail-Followup-To: Larry McVoy , Andrew Morton , Cort Dougan , Andre Hedrick , Alan Cox , Xavier Bestel , Mark Mielke , Rik van Riel , David McIlwraith , Linux Kernel Mailing List References: <20021120123145.B17249@duath.fsmlabs.com> <20021120124405.C17249@duath.fsmlabs.com> <3DDBEA20.C8E1DC2C@digeo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3DDBEA20.C8E1DC2C@digeo.com>; from akpm@digeo.com on Wed, Nov 20, 2002 at 12:01:36PM -0800 X-MailScanner: Found to be clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 535 Lines: 17 make it ignore BK and/or SCCS files. > open(FIND, "find . -name \*.[ch] |") || die "couldn't run find on *.[ch]\n"; > while ($f = ) { > chop $f; next if m|SCCS/s\.|; next if m|BitKeeper/|; -- --- Larry McVoy lm at bitmover.com http://www.bitmover.com/lm - 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/