summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-12 18:37:48 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-14 10:16:51 +0200
commit8a58e0238ef3099d31fdd01cbbcca6ae1421eea5 (patch)
tree6bcbc816c16da5527ff2b9e755ac32602bef3351 /support
parent93f911f1bacc3e6fb668d20219060129bc6555f4 (diff)
downloadbuildroot-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 'support')
-rwxr-xr-xsupport/scripts/graph-depends2
1 files changed, 1 insertions, 1 deletions
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")
OpenPOWER on IntegriCloud