projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some more build docs
[openwrt.git]
/
package
/
Makefile
diff --git
a/package/Makefile
b/package/Makefile
index
d1605af
..
e0483de
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/.config
include $(TOPDIR)/rules.mk
include $(TOPDIR)/.config
-include $(T
OP
DIR)/.pkgdeps
+include $(T
MP_
DIR)/.pkgdeps
include $(INCLUDE_DIR)/host.mk
PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m))
include $(INCLUDE_DIR)/host.mk
PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m))
@@
-41,7
+41,7
@@
ifeq ($(SDK),1)
GENDEP_OPTS := -s
endif
GENDEP_OPTS := -s
endif
-$(T
OPDIR)/.pkgdeps: $(TOP
DIR)/.pkginfo
+$(T
MP_DIR)/.pkgdeps: $(TMP_
DIR)/.pkginfo
@$(TOPDIR)/scripts/gen_deps.pl $(GENDEP_OPTS) < $< > $@ || rm -f $@
all: compile
@$(TOPDIR)/scripts/gen_deps.pl $(GENDEP_OPTS) < $< > $@ || rm -f $@
all: compile
This page took
0.030519 seconds
and
4
git commands to generate.