Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 26 Mar 2002 05:17:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 26 Mar 2002 05:17:30 -0500 Received: from rwcrmhc51.attbi.com ([204.127.198.38]:60375 "EHLO rwcrmhc51.attbi.com") by vger.kernel.org with ESMTP id ; Tue, 26 Mar 2002 05:17:22 -0500 From: "Ashok Raj" To: "David S. Miller" Cc: Subject: RE: version.h missing from 2.4.18? Date: Tue, 26 Mar 2002 02:17:04 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020325.234400.03241011.davem@redhat.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Thanks. Just after i typed the mail i looked the Makefile... sorry for being a little impatient.!! I usually add the following to the header file to identify if the build is a smp/up build. which promped me to find out immediatly before building. When we work with redhat binaries and sources, we see uname -r gives the kernel build correctly. for e.g 2.4.7-10smp etc. I fixed the Makefile now to generate this header. This becomes handy to identify what kernel is running. Also comes handy to place the modules in the right directly when modules are build. Iam not sure if iam the only one doing this, could this be added to the kernel source tree? #include #ifndef CONGIG_SMP #define UTS_RELEASE "2.4.18" #else #define UTS_RELEASE "2.4.18smp" #endif -----Original Message----- From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of David S. Miller Sent: Monday, March 25, 2002 11:44 PM To: ashokr2@attbi.com Cc: linux-kernel@vger.kernel.org Subject: Re: version.h missing from 2.4.18? version.h gets automatically generated by the kernel build process. - 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/ - 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/