From: "dick morales" <gelstat_mystery@hotmail.com>
To: linux-kernel@vger.kernel.org
Subject: [KBUILD, FEATURE]
Date: Mon, 15 Mar 2004 04:49:57 -0800 [thread overview]
Message-ID: <BAY14-F14t9NbbkFKJz0004f2ae@hotmail.com> (raw)
Hi all!
Many times i saw and did things like "time make bzImage modules" or "times
..." to know
how long kernel compile process takes, many users and admins use similar
technique.
Is it possible to add this feature to genuine kernel?
Like adding (in the top Makefile, kbuild hackers please help)
START_TIME=`date +"%s"`
END_TIME=`date +"%s"`
_TIME=$(($END_TIME-$START_TIME))
or in another form with days(anyone use 2.6 on 486 ;) ?), hours, min,sec.
And another small bug - if your locale is not posix, f.e. for non-english
languages
UTS_ strings in linux_banner will be corrupted. Maybe set posix locale in
Makefile,
so unpractised users will not be confused?
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
next reply other threads:[~2004-03-15 12:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-15 12:49 dick morales [this message]
2004-03-15 17:45 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BAY14-F14t9NbbkFKJz0004f2ae@hotmail.com \
--to=gelstat_mystery@hotmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®