projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9d01b
)
enable download target only if PKG_SOURCE_URL is set
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Oct 2006 17:32:49 +0000
(17:32 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Oct 2006 17:32:49 +0000
(17:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5237
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
2d4e703
..
01781c7
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-346,7
+346,7
@@
else
$(PACKAGE_DIR):
mkdir -p $@
- ifneq ($(strip $(PKG_SOURCE)),)
+ ifneq ($(strip $(PKG_SOURCE
_URL
)),)
download: $(DL_DIR)/$(PKG_SOURCE)
$(DL_DIR)/$(PKG_SOURCE):
This page took
0.023786 seconds
and
4
git commands to generate.