manual: remove suggestion of aligning = signs in .mk files
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 22 Jan 2014 16:12:43 +0000 (17:12 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 22 Jan 2014 20:46:13 +0000 (21:46 +0100)
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>
docs/manual/writing-rules.txt

index b649c9fd8ba9a607d4d027e4de53b7af973b34ed..376dbfd6112d7c04daa461fdcb4a9411c677acf2 100644 (file)
@@ -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:
 +