mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 06:40:39 +01:00
linux-rpm.mk: Add patches.done to LOCAL_PRE_BUILD, instead of redefining it
This commit is contained in:
parent
4bbea5b3b6
commit
19b700a4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ PATCHES += $(wildcard $(LINUX_KERNEL_PATCH_DIR)/*-$(KERNEL_VERSI
|
||||||
$(wildcard $(LINUX_KERNEL_PATCH_DIR)/*-$(KERNEL_VERSION).diff)
|
$(wildcard $(LINUX_KERNEL_PATCH_DIR)/*-$(KERNEL_VERSION).diff)
|
||||||
LOCAL_PATCHES = $(notdir $(PATCHES))
|
LOCAL_PATCHES = $(notdir $(PATCHES))
|
||||||
|
|
||||||
LOCAL_PRE_BUILD = patches.done
|
LOCAL_PRE_BUILD += patches.done
|
||||||
|
|
||||||
# exports
|
# exports
|
||||||
export KERNEL_VERSION
|
export KERNEL_VERSION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue