Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
061296dc
Commit
061296dc
authored
Mar 31, 2011
by
Michal Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: Drop unused LINUX_COMPILE_TIME and LINUX_COMPILE_DOMAIN macros
Signed-off-by:
Michal Marek
<
mmarek@suse.cz
>
parent
09ff9fec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
scripts/mkcompile_h
scripts/mkcompile_h
+2
-14
No files found.
scripts/mkcompile_h
View file @
061296dc
...
...
@@ -63,21 +63,9 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
echo
\#
define UTS_VERSION
\"
`
echo
$UTS_VERSION
|
$UTS_TRUNCATE
`
\"
echo
\#
define LINUX_COMPILE_TIME
\"
`
date
+%T
`
\"
echo
\#
define LINUX_COMPILE_BY
\"
`
whoami
`
\"
echo
\#
define LINUX_COMPILE_HOST
\"
`
hostname
|
$UTS_TRUNCATE
`
\"
domain
=
`
dnsdomainname 2> /dev/null
`
if
[
-z
"
$domain
"
]
;
then
domain
=
`
domainname 2> /dev/null
`
fi
if
[
-n
"
$domain
"
]
;
then
echo
\#
define LINUX_COMPILE_DOMAIN
\"
`
echo
$domain
|
$UTS_TRUNCATE
`
\"
else
echo
\#
define LINUX_COMPILE_DOMAIN
fi
echo
\#
define LINUX_COMPILER
\"
`
$CC
-v
2>&1 |
tail
-n
1
`
\"
)
>
.tmpcompile
...
...
@@ -91,8 +79,8 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
# first line.
if
[
-r
$TARGET
]
&&
\
grep
-v
'UTS_VERSION
\|LINUX_COMPILE_TIME
'
$TARGET
>
.tmpver.1
&&
\
grep
-v
'UTS_VERSION
\|LINUX_COMPILE_TIME
'
.tmpcompile
>
.tmpver.2
&&
\
grep
-v
'UTS_VERSION'
$TARGET
>
.tmpver.1
&&
\
grep
-v
'UTS_VERSION'
.tmpcompile
>
.tmpver.2
&&
\
cmp
-s
.tmpver.1 .tmpver.2
;
then
rm
-f
.tmpcompile
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment