diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-12 18:37:48 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-14 10:16:51 +0200 |
| commit | 8a58e0238ef3099d31fdd01cbbcca6ae1421eea5 (patch) | |
| tree | 6bcbc816c16da5527ff2b9e755ac32602bef3351 /package/pkg-generic.mk | |
| parent | 93f911f1bacc3e6fb668d20219060129bc6555f4 (diff) | |
| download | buildroot-8a58e0238ef3099d31fdd01cbbcca6ae1421eea5.tar.gz buildroot-8a58e0238ef3099d31fdd01cbbcca6ae1421eea5.zip | |
Makefile: rename TARGETS to PACKAGES
For clarity, this commit renames the TARGETS variable to the more
meaningful PACKAGES variable. Indeed, only packages (handled by one of
the package infrastructures) should be listed in this variable, and
not other random non-package targets.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'package/pkg-generic.mk')
| -rw-r--r-- | package/pkg-generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 1d56f81778..d1a18117d0 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -746,7 +746,7 @@ $(eval $(call check-deprecated-variable,$(2)_BUILD_OPT,$(2)_BUILD_OPTS)) $(eval $(call check-deprecated-variable,$(2)_GETTEXTIZE_OPT,$(2)_GETTEXTIZE_OPTS)) $(eval $(call check-deprecated-variable,$(2)_KCONFIG_OPT,$(2)_KCONFIG_OPTS)) -TARGETS += $(1) +PACKAGES += $(1) ifneq ($$($(2)_PERMISSIONS),) PACKAGES_PERMISSIONS_TABLE += $$($(2)_PERMISSIONS)$$(sep) |

