Skip to content

Commit

Permalink
script: use default 'compile by'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kali- committed Jan 5, 2012
1 parent edc3676 commit fb293b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/mkcompile_h
Expand Up @@ -64,11 +64,7 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
echo \#define UTS_VERSION \"`echo $UTS_VERSION | $UTS_TRUNCATE`\"

echo \#define LINUX_COMPILE_TIME \"`date +%T`\"

# LGE_CHANGE print lge instead of build person in kernel release version string
# cleaneye.kim@lge.com, 2010-02-27
echo \#define LINUX_COMPILE_BY \"lg-electronics\"
# echo \#define LINUX_COMPILE_BY \"`whoami`\"
echo \#define LINUX_COMPILE_BY \"`whoami`\"
echo \#define LINUX_COMPILE_HOST \"`hostname | $UTS_TRUNCATE`\"

domain=`dnsdomainname 2> /dev/null`
Expand Down

0 comments on commit fb293b7

Please sign in to comment.