From mboxrd@z Thu Jan 1 00:00:00 1970 From: aldot at uclibc.org Date: Fri, 19 Jan 2007 04:35:27 -0800 (PST) Subject: [Buildroot] svn commit: trunk/buildroot/docs Message-ID: <20070119123527.8A7DB485A4@busybox.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Author: aldot Date: 2007-01-19 04:35:26 -0800 (Fri, 19 Jan 2007) New Revision: 17378 Log: - some minor corrections Modified: trunk/buildroot/docs/buildroot.html Changeset: Modified: trunk/buildroot/docs/buildroot.html =================================================================== --- trunk/buildroot/docs/buildroot.html 2007-01-19 11:12:46 UTC (rev 17377) +++ trunk/buildroot/docs/buildroot.html 2007-01-19 12:35:26 UTC (rev 17378) @@ -395,7 +395,7 @@

If you want to use the generated toolchain for other purposes, you can configure Buildroot to generate it elsewhere using the - option of the configuration tool : Build options -> + option of the configuration tool : Build options -> Toolchain and header file location, which defaults to $(BUILD_DIR)/staging_dir/.

@@ -434,7 +434,9 @@ bool "foo" default n help - This is a comment that explains what foo is. + This is a comment that explains what foo is. + + http://foosoftware.org/foo/

Of course, you can add other options to configure particular @@ -607,7 +609,7 @@ if all package-sources are downloadable.

Lines 44-46 define a simple target to clean the software build - by calling the Makefiles with the appropriate option.
+ by calling the Makefiles with the appropriate option. The clean target should run make clean on $(BUILD_DIR)/package-version and MUST uninstall all files of the package from $(STAGING_DIR) and from $(TARGET_DIR).

@@ -650,12 +652,10 @@ - - Valid HTML - + Valid HTML