diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-02-23 16:59:11 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-24 22:36:50 +0100 |
commit | 8ae7838c7005d13eb7a21718e1ac7c28416845b2 (patch) | |
tree | b9dcd7b826707008421eaf374c3a1a7250205d94 /package/pkg-generic.mk | |
parent | 4d1216901fa676512c8f09e506b0db42af643745 (diff) | |
download | buildroot-8ae7838c7005d13eb7a21718e1ac7c28416845b2.tar.gz buildroot-8ae7838c7005d13eb7a21718e1ac7c28416845b2.zip |
graphs: rename user-facing variables
Rename the GRAPH_OUT and GRAPH_ALT variables according to our
recently-agreed naming scheme for user-facing variables:
- GRAPH_OUT -> BR2_GRAPH_OUT
- GRAPH_ALT -> BR2_GRAPH_ALT
The documentation part of the rename is handled by Thomas as
part of his manual fixing spree. ;-)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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 555c3c2e26..5efd9ab52d 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -470,7 +470,7 @@ $(1)-graph-depends: @$(INSTALL) -d $(O)/graphs @cd "$(CONFIG_DIR)"; \ $(TOPDIR)/support/scripts/graph-depends $(1) \ - |dot -T$(BR2_GRAPH_OUT) -o $(O)/graphs/$$(@).$(BR2_GRAPH_OUT) + |dot -T$(_BR2_GRAPH_OUT) -o $(O)/graphs/$$(@).$(_BR2_GRAPH_OUT) $(1)-dirclean: $$($(2)_TARGET_DIRCLEAN) |