From 677ae6f6a5554d9ce1162bb472c489df41ca2c8e Mon Sep 17 00:00:00 2001
From: Peter Korsgaard
Date: Mon, 27 Sep 2010 22:19:37 +0200
Subject: [PATCH] docs/buildroot.html: minor tweaks
- We have gconfig as well nowadays
- Variables like BUILDROOT_DL_DIR can also be set permanently in the
environment, and not just passed to make every time.
Signed-off-by: Peter Korsgaard
---
docs/buildroot.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 6d4f17c753..edb75b134e 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -260,7 +260,7 @@ or
If you intend to do an offline build and just want to download
all sources that you previously selected in the configurator
- (menuconfig or xconfig), then issue:
+ (menuconfig, xconfig or gconfig), then issue:
$ make source
@@ -291,7 +291,7 @@ or
Environment variables
Buildroot also honors some environment variables when they are passed
- to make
:
+ to make
or set in the environment:
HOSTCXX
, the host C++ compiler to use
HOSTCC
, the host C compiler to use
--
2.30.2