git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdab6e4
)
- hard-code builder as support@planet-lab.org
author
Mark Huang
<mlhuang@cs.princeton.edu>
Wed, 25 Aug 2004 18:21:49 +0000
(18:21 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Wed, 25 Aug 2004 18:21:49 +0000
(18:21 +0000)
scripts/mkcompile_h
patch
|
blob
|
history
diff --git
a/scripts/mkcompile_h
b/scripts/mkcompile_h
index
8d118d1
..
019ee96
100755
(executable)
--- a/
scripts/mkcompile_h
+++ b/
scripts/mkcompile_h
@@
-43,8
+43,8
@@
UTS_TRUNCATE="sed -e s/\(.\{1,$UTS_LEN\}\).*/\1/"
echo \#define UTS_VERSION \"`echo $UTS_VERSION | $UTS_TRUNCATE`\"
echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C LANG=C date +%T`\"
- echo \#define LINUX_COMPILE_BY \"
`whoami`
\"
- echo \#define LINUX_COMPILE_HOST \"
`hostname | $UTS_TRUNCATE`
\"
+ echo \#define LINUX_COMPILE_BY \"
support
\"
+ echo \#define LINUX_COMPILE_HOST \"
planet-lab.org
\"
if [ -x /bin/dnsdomainname ]; then
echo \#define LINUX_COMPILE_DOMAIN \"`dnsdomainname | $UTS_TRUNCATE`\"