[Buildroot] [git commit] manual: remove suggestion of aligning = signs in .mk files

Peter Korsgaard peter at korsgaard.com
Wed Jan 22 20:46:13 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=ead1d2645bd94c064ed76d5714f4e632fc878acd
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 docs/manual/writing-rules.txt |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/docs/manual/writing-rules.txt b/docs/manual/writing-rules.txt
index b649c9f..376dbfd 100644
--- a/docs/manual/writing-rules.txt
+++ b/docs/manual/writing-rules.txt
@@ -71,13 +71,7 @@ LIBFOO_VERSION = 1.0
 LIBFOO_CONF_OPT += --without-python-support
 ---------------------
 +
-It is also possible to align the +=+ signs:
-+
----------------------
-LIBFOO_VERSION   = 1.0
-LIBFOO_SOURCE    = foo-$(LIBFOO_VERSION).tar.gz
-LIBFOO_CONF_OPT += --without-python-support
----------------------
+Do not align the +=+ signs.
 
 * Indentation: use tab only:
 +


More information about the buildroot mailing list