Explorar o código

quilt.mk: export PATCH for patch-kernel.sh

SVN-Revision: 23315
Jo-Philipp Wich %!s(int64=15) %!d(string=hai) anos
pai
achega
38e3474542
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/quilt.mk

+ 1 - 0
include/quilt.mk

@@ -40,6 +40,7 @@ endef
 
 define PatchDir/Default
 	@if [ -d "$(2)" -a "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \
+		export PATCH="$(PATCH)"; \
 		if [ -s "$(2)/series" ]; then \
 			$(call filter_series,$(2)/series) | xargs -n1 \
 				$(KPATCH) "$(1)" "$(2)"; \