projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7373f4f
)
kbuild: simplify the %_shipped rule
author
Arnaud Lacombe
<lacombar@gmail.com>
Tue, 7 Jun 2011 17:09:28 +0000
(13:09 -0400)
committer
Arnaud Lacombe
<lacombar@gmail.com>
Thu, 9 Jun 2011 18:04:39 +0000
(14:04 -0400)
This is needed to have make(1) correctly link the implicit rules which
generate the _shipped file from the lexer/parser to the final file.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
scripts/Makefile.lib
patch
|
blob
|
blame
|
history
diff --git
a/scripts/Makefile.lib
b/scripts/Makefile.lib
index b0d0c7a189f77a4887371a164fec97e4b6671b6c..aeea84a2483638e8fd30379ca7c2c695dd1aff6a 100644
(file)
--- a/
scripts/Makefile.lib
+++ b/
scripts/Makefile.lib
@@
-204,7
+204,7
@@
endif
quiet_cmd_shipped = SHIPPED $@
cmd_shipped = cat $< > $@
-$(obj)/%:
:
$(src)/%_shipped
+$(obj)/%: $(src)/%_shipped
$(call cmd,shipped)
# Commands useful for building a boot image