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
527efc05
Commit
527efc05
authored
Dec 30, 2002
by
Sam Ravnborg
Committed by
Kai Germaschewski
Dec 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: More src/objtree fixes
Add $(srctree)/ etc. to some more places where it was still missing.
parent
be74f368
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
527efc05
...
...
@@ -313,7 +313,7 @@ define rule_vmlinux__
set
-e
$(if
$(filter
.tmp_kallsyms%,$^),,
echo
' Generating build number'
.
scripts/mkversion
>
.tmp_version
.
$(src)/
scripts/mkversion
>
.tmp_version
mv
-f
.tmp_version
.version
$(Q)$(MAKE)
-f
scripts/Makefile.build
obj
=
init
)
...
...
@@ -329,7 +329,7 @@ endef
ifdef
CONFIG_SMP
define
rule_vmlinux
$(rule_vmlinux_no_percpu)
$(AWK)
-f
scripts/per-cpu-check.awk
<
System.map
$(AWK)
-f
$(srctree)/
scripts/per-cpu-check.awk
<
System.map
endef
else
define
rule_vmlinux
...
...
@@ -619,7 +619,7 @@ rpm: clean spec
tar
-cvz
$(RCS_TAR_IGNORE)
-f
$(KERNELPATH)
.tar.gz
$(KERNELPATH)
/.
;
\
rm
$(KERNELPATH)
;
\
cd
$(TOPDIR)
;
\
.
scripts/mkversion
>
.version
;
\
$(CONFIG_SHELL)
$(srctree)
/
scripts/mkversion
>
.version
;
\
rpm
-ta
$(TOPDIR)
/../
$(KERNELPATH)
.tar.gz
;
\
rm
$(TOPDIR)
/../
$(KERNELPATH)
.tar.gz
...
...
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