projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc7a307
)
more fixes for the patching stuff (was testing it on the wrong target)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jun 2007 19:52:54 +0000
(19:52 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jun 2007 19:52:54 +0000
(19:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7483
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index
e77e0db
..
e8c3b90
100644
(file)
--- a/
include/quilt.mk
+++ b/
include/quilt.mk
@@
-49,8
+49,9
@@
define Kernel/Patch/Default
if [ -d $(GENERIC_PLATFORM_DIR)/patches ]; then $(PATCH) $(LINUX_DIR) $(GENERIC_PLATFORM_DIR)/patches; fi \
)
$(if $(strip $(QUILT)),$(call Quilt/Patch,./patches,platform/), \
- if [ -d ./
files ]; then $(CP) ./files/* $(LINUX_DIR)/
; fi \
+ if [ -d ./
patches ]; then $(PATCH) $(LINUX_DIR) ./patches
; fi \
)
+ $(if $(strip $(QUILT)),touch $(PKG_BUILD_DIR)/.quilt_used)
endef
$(STAMP_PATCHED): $(STAMP_PREPARED)
This page took
0.024625 seconds
and
4
git commands to generate.