projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
i2c changes:
[openwrt.git]
/
include
/
quilt.mk
diff --git
a/include/quilt.mk
b/include/quilt.mk
index
3a6f0dc
..
a2cbdf9
100644
(file)
--- a/
include/quilt.mk
+++ b/
include/quilt.mk
@@
-5,7
+5,7
@@
# See /LICENSE for more information.
#
# See /LICENSE for more information.
#
-ifeq ($(
KERNEL
_BUILD),1)
+ifeq ($(
TARGET
_BUILD),1)
PKG_BUILD_DIR:=$(LINUX_DIR)
endif
PATCH_DIR?=./patches
PKG_BUILD_DIR:=$(LINUX_DIR)
endif
PATCH_DIR?=./patches
@@
-15,7
+15,7
@@
ifeq ($(MAKECMDGOALS),refresh)
endif
define Quilt/Patch
endif
define Quilt/Patch
- @for patch in $$$$( (cd $(1) &&
ls
) 2>/dev/null ); do ( \
+ @for patch in $$$$( (cd $(1) &&
if [ -f series ]; then grep -v '^#' series; else ls; fi;
) 2>/dev/null ); do ( \
cp "$(1)/$$$$patch" $(PKG_BUILD_DIR); \
cd $(PKG_BUILD_DIR); \
quilt import -P$(2)$$$$patch -p 1 "$$$$patch"; \
cp "$(1)/$$$$patch" $(PKG_BUILD_DIR); \
cd $(PKG_BUILD_DIR); \
quilt import -P$(2)$$$$patch -p 1 "$$$$patch"; \
@@
-59,7
+59,7
@@
define Kernel/Patch/Default
$(if $(strip $(QUILT)),touch $(PKG_BUILD_DIR)/.quilt_used)
endef
$(if $(strip $(QUILT)),touch $(PKG_BUILD_DIR)/.quilt_used)
endef
-ifeq ($(
KERNEL
_BUILD),1)
+ifeq ($(
TARGET
_BUILD),1)
$(STAMP_PATCHED): $(STAMP_PREPARED)
@cd $(PKG_BUILD_DIR); quilt pop -a -f >/dev/null 2>/dev/null || true
(\
$(STAMP_PATCHED): $(STAMP_PREPARED)
@cd $(PKG_BUILD_DIR); quilt pop -a -f >/dev/null 2>/dev/null || true
(\
This page took
0.021907 seconds
and
4
git commands to generate.