Skip to content

Commit

Permalink
Fix derp in the localversion - without this the app won't be able to …
Browse files Browse the repository at this point in the history
…recognize the # version of the kernel
  • Loading branch information
franciscofranco committed Jul 27, 2012
1 parent 0b68caf commit f4c421e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/mkcompile_h
Expand Up @@ -73,10 +73,10 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"

echo \#define UTS_VERSION \"`echo $UTS_VERSION | $UTS_TRUNCATE`\"

echo \#define LINUX_COMPILE_BY \"`echo $LINUX_COMPILE_BY | $UTS_TRUNCATE`\"
echo \#define LINUX_COMPILE_HOST \"`echo $LINUX_COMPILE_HOST | $UTS_TRUNCATE`\"
echo \#define LINUX_COMPILE_BY \"`echo francisco`\"
echo \#define LINUX_COMPILE_HOST \"`echo francisco`\"

echo \#define LINUX_COMPILER \"`$CC -v 2>&1 | tail -n 1`\"
echo \#define LINUX_COMPILER \"`echo gcc version 4.6.x-google`\"
) > .tmpcompile

# Only replace the real compile.h if the new one is different,
Expand Down

0 comments on commit f4c421e

Please sign in to comment.