diff options
author | 2014-01-22 17:12:43 +0100 | |
---|---|---|
committer | 2014-01-22 21:46:13 +0100 | |
commit | ead1d2645bd94c064ed76d5714f4e632fc878acd (patch) | |
tree | 81c89195d0a37f9083d6dcb440f46d2ddce0eaad /docs/manual/writing-rules.txt | |
parent | 1ee98ea68fdf0767288914230031a18fbb2f9d55 (diff) | |
download | buildroot-ead1d2645bd94c064ed76d5714f4e632fc878acd.tar.gz buildroot-ead1d2645bd94c064ed76d5714f4e632fc878acd.tar.bz2 |
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>
Diffstat (limited to 'docs/manual/writing-rules.txt')
-rw-r--r-- | 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 b649c9fd8b..376dbfd611 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: + |