From 8a58e0238ef3099d31fdd01cbbcca6ae1421eea5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 12 Apr 2015 18:37:48 +0200 Subject: 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 Reviewed-by: "Yann E. MORIN" --- support/scripts/graph-depends | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/scripts/graph-depends') diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 08ecc5a383..c26e1e06dc 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -116,7 +116,7 @@ def get_version(pkgs): return version # Execute the "make show-targets" command to get the list of the main -# Buildroot TARGETS and return it formatted as a Python list. This +# Buildroot PACKAGES and return it formatted as a Python list. This # list is used as the starting point for full dependency graphs def get_targets(): sys.stderr.write("Getting targets\n") -- cgit v1.2.3