projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f722406
)
package: Makefile: unbreak binrpm-pkg target
author
Luiz Capitulino
<
[email protected]
>
Wed, 15 May 2013 16:06:26 +0000
(12:06 -0400)
committer
Michal Marek
<
[email protected]
>
Thu, 16 May 2013 07:46:45 +0000
(09:46 +0200)
Commit
6501320311664e11ad5489fedb17ea1f817c2617
dropped the rpm spec as a
prerequisite for the binrpm-pkg target but forgot to update $< usage,
which causes the rule to break.
This commit fixes that by replacing $< with the spec name.
Signed-off-by: Luiz Capitulino <
[email protected]
>
Signed-off-by: Michal Marek <
[email protected]
>
scripts/package/Makefile
patch
|
blob
|
history
diff --git
a/scripts/package/Makefile
b/scripts/package/Makefile
index 84a406070f6f2b3f7ca48998bdce1a7d1ad7c3b4..a4f31c900fa6a44ab75d1a4f3916d2bb1075c448 100644
(file)
--- a/
scripts/package/Makefile
+++ b/
scripts/package/Makefile
@@
-63,7
+63,7
@@
binrpm-pkg: FORCE
mv -f $(objtree)/.tmp_version $(objtree)/.version
$(RPM) $(RPMOPTS) --define "_builddir $(objtree)" --target \
- $(UTS_MACHINE) -bb $
<
+ $(UTS_MACHINE) -bb $
(objtree)/binkernel.spec
rm binkernel.spec
# Deb target