mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
manual: minor typos and formating fixes
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d2a50dda7d
commit
5664c4af5c
@ -99,24 +99,30 @@ of the shell script(s) needing fixing. All these names are relative to
|
|||||||
In addition, the scripts listed in +LIBFOO_CONFIG_SCRIPTS+ are removed
|
In addition, the scripts listed in +LIBFOO_CONFIG_SCRIPTS+ are removed
|
||||||
from +$(TARGET_DIR)/usr/bin+, since they are not needed on the target.
|
from +$(TARGET_DIR)/usr/bin+, since they are not needed on the target.
|
||||||
|
|
||||||
Example 1:
|
.Config script: 'divine' package
|
||||||
|
================================
|
||||||
Package divine installs shell script '$(STAGING_DIR)/usr/bin/divine-config'.
|
Package divine installs shell script '$(STAGING_DIR)/usr/bin/divine-config'.
|
||||||
|
|
||||||
So it's fixup would be:
|
So its fixup would be:
|
||||||
|
|
||||||
|
--------------------------------
|
||||||
DIVINE_CONFIG_SCRIPTS = divine-config
|
DIVINE_CONFIG_SCRIPTS = divine-config
|
||||||
|
--------------------------------
|
||||||
|
================================
|
||||||
|
|
||||||
Example 2:
|
.Config script: 'imagemagick' package:
|
||||||
|
================================
|
||||||
Package imagemagick installs the following scripts:
|
Package imagemagick installs the following scripts:
|
||||||
'$(STAGING_DIR)/usr/bin/{Magick,Magick++,MagickCore,MagickWand,Wand}-config'
|
'$(STAGING_DIR)/usr/bin/{Magick,Magick++,MagickCore,MagickWand,Wand}-config'
|
||||||
|
|
||||||
So it's fixup would be:
|
So it's fixup would be:
|
||||||
|
|
||||||
|
--------------------------------
|
||||||
IMAGEMAGICK_CONFIG_SCRIPTS = \
|
IMAGEMAGICK_CONFIG_SCRIPTS = \
|
||||||
Magick-config Magick++-config \
|
Magick-config Magick++-config \
|
||||||
MagickCore-config MagickWand-config Wand-config
|
MagickCore-config MagickWand-config Wand-config
|
||||||
|
--------------------------------
|
||||||
|
================================
|
||||||
|
|
||||||
On line 14, we specify the list of dependencies this package relies
|
On line 14, we specify the list of dependencies this package relies
|
||||||
on. These dependencies are listed in terms of lower-case package names,
|
on. These dependencies are listed in terms of lower-case package names,
|
||||||
|
@ -29,8 +29,7 @@ The result of the search shows the help message of the matching items.
|
|||||||
$ make help
|
$ make help
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
.Not all targets are always available,
|
Not all targets are always available,
|
||||||
|
|
||||||
some settings in the +.config+ file may hide some targets:
|
some settings in the +.config+ file may hide some targets:
|
||||||
|
|
||||||
* +linux-menuconfig+ and +linux-savedefconfig+ only work when
|
* +linux-menuconfig+ and +linux-savedefconfig+ only work when
|
||||||
@ -71,12 +70,15 @@ The manual outputs will be generated in 'output/docs/manual'.
|
|||||||
xref:requirement-optional[]).
|
xref:requirement-optional[]).
|
||||||
- There is a known issue that you can't build it under Debian Squeeze.
|
- There is a known issue that you can't build it under Debian Squeeze.
|
||||||
|
|
||||||
|
.Reseting Buildroot for a new target:
|
||||||
|
|
||||||
To delete all build products as well as the configuration:
|
To delete all build products as well as the configuration:
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
$ make distclean
|
$ make distclean
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Note that if +ccache+ is enabled, running +make clean+ or +distclean+ does
|
.Notes
|
||||||
|
If +ccache+ is enabled, running +make clean+ or +distclean+ does
|
||||||
not empty the compiler cache used by Buildroot. To delete it, refer
|
not empty the compiler cache used by Buildroot. To delete it, refer
|
||||||
to xref:ccache[].
|
to xref:ccache[].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user