mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
- some minor corrections
This commit is contained in:
parent
cef68d9464
commit
8146fc687d
@ -395,7 +395,7 @@ mips-linux-gcc -o foo foo.c
|
|||||||
|
|
||||||
<p>If you want to use the generated toolchain for other purposes,
|
<p>If you want to use the generated toolchain for other purposes,
|
||||||
you can configure Buildroot to generate it elsewhere using the
|
you can configure Buildroot to generate it elsewhere using the
|
||||||
option of the configuration tool : <code>Build options ->
|
option of the configuration tool : <code>Build options ->
|
||||||
Toolchain and header file location</code>, which defaults to
|
Toolchain and header file location</code>, which defaults to
|
||||||
<code>$(BUILD_DIR)/staging_dir/</code>.</p>
|
<code>$(BUILD_DIR)/staging_dir/</code>.</p>
|
||||||
|
|
||||||
@ -435,6 +435,8 @@ config BR2_PACKAGE_FOO
|
|||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This is a comment that explains what foo is.
|
This is a comment that explains what foo is.
|
||||||
|
|
||||||
|
http://foosoftware.org/foo/
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>Of course, you can add other options to configure particular
|
<p>Of course, you can add other options to configure particular
|
||||||
@ -607,7 +609,7 @@ config BR2_PACKAGE_FOO
|
|||||||
if all package-sources are downloadable.</p>
|
if all package-sources are downloadable.</p>
|
||||||
|
|
||||||
<p>Lines <a href="#line44">44-46</a> define a simple target to clean the software build
|
<p>Lines <a href="#line44">44-46</a> define a simple target to clean the software build
|
||||||
by calling the <i>Makefiles</i> with the appropriate option.<br>
|
by calling the <i>Makefiles</i> with the appropriate option.
|
||||||
The <code>clean</code> target should run <code>make clean</code>
|
The <code>clean</code> target should run <code>make clean</code>
|
||||||
on $(BUILD_DIR)/package-version and MUST uninstall all files of the
|
on $(BUILD_DIR)/package-version and MUST uninstall all files of the
|
||||||
package from $(STAGING_DIR) and from $(TARGET_DIR).</p>
|
package from $(STAGING_DIR) and from $(TARGET_DIR).</p>
|
||||||
@ -650,12 +652,10 @@ config BR2_PACKAGE_FOO
|
|||||||
</div>
|
</div>
|
||||||
<!--
|
<!--
|
||||||
-->
|
-->
|
||||||
<td>
|
|
||||||
<a href="http://validator.w3.org/check?uri=referer"><img
|
<a href="http://validator.w3.org/check?uri=referer"><img
|
||||||
border="0" height="31" width="88"
|
border="0" height="31" width="88"
|
||||||
src="images/valid-html401.png"
|
src="images/valid-html401.png"
|
||||||
alt="Valid HTML"></a>
|
alt="Valid HTML"></img></a>
|
||||||
</td>
|
|
||||||
<!--
|
<!--
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user