mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-27 11:54:04 +08:00
build: add required exports for dependency tracking
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37387
This commit is contained in:
parent
18840ae808
commit
5d1c80f002
@ -54,7 +54,10 @@ ifneq ($(PKG_NAME),toolchain)
|
||||
@( \
|
||||
rm -f $(PKG_INFO_DIR)/$(1).missing; \
|
||||
( \
|
||||
export READELF=$(TARGET_CROSS)readelf XARGS="$(XARGS)"; \
|
||||
export \
|
||||
READELF=$(TARGET_CROSS)readelf \
|
||||
OBJCOPY=$(TARGET_CROSS)objcopy \
|
||||
XARGS="$(XARGS)"; \
|
||||
$(SCRIPT_DIR)/gen-dependencies.sh "$$(IDIR_$(1))"; \
|
||||
) | while read FILE; do \
|
||||
grep -q "$$$$FILE" $(PKG_INFO_DIR)/$(1).provides || \
|
||||
|
Loading…
Reference in New Issue
Block a user