diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-01-18 12:32:57 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-01-19 14:31:56 +0100 |
commit | 2d9d57b9de230e1f397c1396f4fb7dfae34d3855 (patch) | |
tree | d80c10e4e44c4b81a5d453db222094529224bb7a /include/feeds.mk | |
parent | 797e5c1c48e6a5b8866504ea42bd7298c63ad3d5 (diff) | |
download | upstream-2d9d57b9de230e1f397c1396f4fb7dfae34d3855.tar.gz upstream-2d9d57b9de230e1f397c1396f4fb7dfae34d3855.tar.bz2 upstream-2d9d57b9de230e1f397c1396f4fb7dfae34d3855.zip |
build: rename .packagesubdirs to .packageauxvars
Subsequent commits will put more auxiliary information into this file,
such as the per-package ABI version, so rename the metadata script
subcommand and file names accordingly.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'include/feeds.mk')
-rw-r--r-- | include/feeds.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feeds.mk b/include/feeds.mk index d20cdfe069..a908a5720a 100644 --- a/include/feeds.mk +++ b/include/feeds.mk @@ -6,7 +6,7 @@ # See /LICENSE for more information. # --include $(TMP_DIR)/.packagesubdirs +-include $(TMP_DIR)/.packageauxvars FEEDS_INSTALLED:=$(notdir $(wildcard $(TOPDIR)/package/feeds/*)) FEEDS_AVAILABLE:=$(sort $(FEEDS_INSTALLED) $(shell $(SCRIPT_DIR)/feeds list -n)) |