projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Forgot that part (#926)
[openwrt.git]
/
package
/
Makefile
diff --git
a/package/Makefile
b/package/Makefile
index
e94c181
..
e0483de
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-8,8
+8,8
@@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/.config
include $(TOPDIR)/rules.mk
include $(TOPDIR)/.config
-include $(T
OP
DIR)/.pkgdeps
-include $(
TOP
DIR)/host.mk
+include $(T
MP_
DIR)/.pkgdeps
+include $(
INCLUDE_
DIR)/host.mk
PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m))
DOWNLOAD_PACKAGES:=$(patsubst %,%-download,$(package-y) $(package-m))
PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m))
DOWNLOAD_PACKAGES:=$(patsubst %,%-download,$(package-y) $(package-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
@@
-55,6
+55,13
@@
install-targets: base-files-install $(INSTALL_PACKAGES)
install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets
install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets
+ @( \
+ cd $(BUILD_DIR)/root; \
+ for script in ./etc/init.d/*; do \
+ grep '#!/bin/sh /etc/rc.common' $$script >/dev/null || continue; \
+ IPKG_INSTROOT=$(BUILD_DIR)/root $(which bash) ./etc/rc.common $$script enable; \
+ done; \
+ )
index: $(PACKAGE_DIR)/Packages
index: $(PACKAGE_DIR)/Packages
This page took
0.020253 seconds
and
4
git commands to generate.