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>
This commit is contained in:
Jo-Philipp Wich
2019-01-18 12:32:57 +01:00
parent 797e5c1c48
commit 2d9d57b9de
3 changed files with 6 additions and 6 deletions

View File

@@ -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))