commit: 64a1cb1454d8dc4bc1fb92e4cd3f74d351ecb7ac
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 5 06:47:06 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 06:47:06 2019 +0000
URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=64a1cb14
gcc-config: update comment about env.d format
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
gcc-config | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gcc-config b/gcc-config
index 2f5c34f..762695f 100755
--- a/gcc-config
+++ b/gcc-config
@@ -2,9 +2,9 @@
# Copyright 2002-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Format of /etc/env.d/gcc/:
-# config-TARGET: CURRENT=version for TARGET
-# TARGET-VER: has a TARGET and VER variable
+# Format of /etc/env.d/gcc/ contents:
+# config-<TARGET>: CURRENT=<TARGET>-<VER>
+# <TARGET>-<VER>: has gcc-specific variables (provided by sys-devel/gcc)
: ${ROOT:=/}
[[ ${ROOT} != */ ]] && ROOT="${ROOT}/"