projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avoid using a reserved word as a variable name
[openwrt.git]
/
include
/
kernel-build.mk
diff --git
a/include/kernel-build.mk
b/include/kernel-build.mk
index
3fb96e1
..
38ea9a1
100644
(file)
--- a/
include/kernel-build.mk
+++ b/
include/kernel-build.mk
@@
-106,7
+106,7
@@
pkg-install: FORCE
$(IPKG) install $$pkg || echo; \
done
-
source
: $(DL_DIR)/$(LINUX_SOURCE)
+
download
: $(DL_DIR)/$(LINUX_SOURCE)
prepare: $(LINUX_DIR)/.configured
@mkdir -p $(LINUX_DIR) $(PACKAGE_DIR)
This page took
0.021168 seconds
and
4
git commands to generate.