From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262098AbTKGW2Z (ORCPT ); Fri, 7 Nov 2003 17:28:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262086AbTKGW2I (ORCPT ); Fri, 7 Nov 2003 17:28:08 -0500 Received: from ngw1.bvu.edu ([147.92.2.11]:37668 "EHLO ngw.bvu.edu") by vger.kernel.org with ESMTP id S264017AbTKGWE2 (ORCPT ); Fri, 7 Nov 2003 17:04:28 -0500 From: Tony Murray To: linux-kernel@vger.kernel.org Subject: Linux 2.4 make distclean misses oui.c Date: Fri, 7 Nov 2003 15:42:09 -0600 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311071542.09848.murrant@bvu.edu> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org When you run make distclean on the newest 2.4 kernel (2.4.23-pre9) it still misses the oui.c file. The oui.c file is generated by a script if you build a kernel in the directory. It should be removed my make distclean, becuase if you miss it, it will add ~100K on to your diff. Tony Murray