projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a40c8c
)
fix unwanted automatic package cleaning when using quilt
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Jul 2007 07:17:17 +0000
(07:17 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Jul 2007 07:17:17 +0000
(07:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7956
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index
c1f7bac
..
86008e2
100644
(file)
--- a/
include/quilt.mk
+++ b/
include/quilt.mk
@@
-24,7
+24,7
@@
QUILT?=$(strip $(shell test -f $(PKG_BUILD_DIR)/.quilt_used && echo y))
ifneq ($(QUILT),)
STAMP_PREPARED:=$(strip $(STAMP_PREPARED))_q
STAMP_PATCHED:=$(PKG_BUILD_DIR)/.quilt_patched
- CONFIG_AUTOREBUILD=
+
override
CONFIG_AUTOREBUILD=
PATCHES:=$(shell )
define Build/Patch/Default
rm -rf $(PKG_BUILD_DIR)/patches
This page took
0.028392 seconds
and
4
git commands to generate.