projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bec24f1
)
fix quilt related unpack/patch error
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Jun 2007 19:39:34 +0000
(19:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Jun 2007 19:39:34 +0000
(19:39 +0000)
SVN-Revision: 7481
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index dbf0435f99e0e02a3c8b26979f4b7894e7ac934a..e77e0db77215f910edfe0c7fb01161e8b705261d 100644
(file)
--- a/
include/quilt.mk
+++ b/
include/quilt.mk
@@
-51,7
+51,6
@@
define Kernel/Patch/Default
$(if $(strip $(QUILT)),$(call Quilt/Patch,./patches,platform/), \
if [ -d ./files ]; then $(CP) ./files/* $(LINUX_DIR)/; fi \
)
- touch $(PKG_BUILD_DIR)/.quilt_used
endef
$(STAMP_PATCHED): $(STAMP_PREPARED)