Explorar o código

kernel: fix module dependency checking

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]>
Matthias Schiffer %!s(int64=9) %!d(string=hai) anos
pai
achega
c50ba61caf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/kernel/linux/Makefile

+ 1 - 0
package/kernel/linux/Makefile

@@ -19,6 +19,7 @@ PKG_LICENSE_FILES:=
 
 export SHELL:=/bin/sh
 .ONESHELL:
+.SHELLFLAGS = -ec
 
 include $(INCLUDE_DIR)/package.mk