فهرست منبع

toolchain/toolchain-wrapper.c: correct CCACHE_BASEDIR comment

Commit 1e97b2787331 ("ccache: support changing the output directory") added
the CCACHE_BASEDIR logic, but added a comment (presumably from cut'n'paste)
about compilercheck instead, fix that.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit f66e4c2568c5867b3f92f2c78609fafa0252194e)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Peter Korsgaard 4 هفته پیش
والد
کامیت
ad6de69d62
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      toolchain/toolchain-wrapper.c

+ 1 - 1
toolchain/toolchain-wrapper.c

@@ -520,7 +520,7 @@ int main(int argc, char **argv)
 		}
 		}
 #endif
 #endif
 #ifdef BR_CCACHE_BASEDIR
 #ifdef BR_CCACHE_BASEDIR
-		/* Allow compilercheck to be overridden through the environment */
+		/* Allow basedir to be overridden through the environment */
 		if (setenv("CCACHE_BASEDIR", BR_CCACHE_BASEDIR, 0)) {
 		if (setenv("CCACHE_BASEDIR", BR_CCACHE_BASEDIR, 0)) {
 			perror(__FILE__ ": Failed to set CCACHE_BASEDIR");
 			perror(__FILE__ ": Failed to set CCACHE_BASEDIR");
 			return 3;
 			return 3;