Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48309
b: refs/heads/master
c: 895a39a
h: refs/heads/master
i:
  48307: a780e9c
v: v3
  • Loading branch information
s situert authored and Linus Torvalds committed Feb 14, 2007
1 parent 1a4dc54 commit 971a9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c7e4498adfdb4aea5a0d056590ec18d099ba062
refs/heads/master: 895a39a084e5478121a74752a291165c4502378f
2 changes: 1 addition & 1 deletion trunk/scripts/mkcompile_h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ UTS_TRUNCATE="sed -e s/\(.\{1,$UTS_LEN\}\).*/\1/"
echo \#define LINUX_COMPILE_DOMAIN
fi

echo \#define LINUX_COMPILER \"`$CC -v 2>&1 | tail -n 1`\"
echo \#define LINUX_COMPILER \"`LC_ALL=C LANG=C $CC -v 2>&1 | tail -n 1`\"
) > .tmpcompile

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

0 comments on commit 971a9ba

Please sign in to comment.