projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d55916
)
kernel: fix module dependency checking
author
Matthias Schiffer
<
[email protected]
>
Fri, 30 Sep 2016 20:40:06 +0000
(22:40 +0200)
committer
Matthias Schiffer
<
[email protected]
>
Fri, 30 Sep 2016 21:32:04 +0000
(23:32 +0200)
Since the kernel makefile is using .ONESHELL, we need to add -e to
.SHELLFLAGS so errors are not ignored.
Signed-off-by: Matthias Schiffer <
[email protected]
>
package/kernel/linux/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/linux/Makefile
b/package/kernel/linux/Makefile
index d85ce49387e08c226bb94aa8ceb804f5375f19dd..21381c7296e4644f74b5299674ed69512c3e908c 100644
(file)
--- a/
package/kernel/linux/Makefile
+++ b/
package/kernel/linux/Makefile
@@
-19,6
+19,7
@@
PKG_LICENSE_FILES:=
export SHELL:=/bin/sh
.ONESHELL:
+.SHELLFLAGS = -ec
include $(INCLUDE_DIR)/package.mk