mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
manual: remove suggestion of aligning = signs in .mk files
It is not buildroot convention to align the = signs in .mk files, so this shouldn't be suggested in the manual. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1ee98ea68f
commit
ead1d2645b
@ -71,13 +71,7 @@ LIBFOO_VERSION = 1.0
|
|||||||
LIBFOO_CONF_OPT += --without-python-support
|
LIBFOO_CONF_OPT += --without-python-support
|
||||||
---------------------
|
---------------------
|
||||||
+
|
+
|
||||||
It is also possible to align the +=+ signs:
|
Do not align the +=+ signs.
|
||||||
+
|
|
||||||
---------------------
|
|
||||||
LIBFOO_VERSION = 1.0
|
|
||||||
LIBFOO_SOURCE = foo-$(LIBFOO_VERSION).tar.gz
|
|
||||||
LIBFOO_CONF_OPT += --without-python-support
|
|
||||||
---------------------
|
|
||||||
|
|
||||||
* Indentation: use tab only:
|
* Indentation: use tab only:
|
||||||
+
|
+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user