]> Git Repo - buildroot-mgba.git/commit
docs/manual/adding-packages-directory.txt: reorder select/depends
authorRomain Naour <[email protected]>
Sat, 29 Jan 2022 22:46:51 +0000 (23:46 +0100)
committerThomas Petazzoni <[email protected]>
Sun, 30 Jan 2022 14:12:28 +0000 (15:12 +0100)
commit39458e33c1e0c4704fd1dbcd64b87cb7016c6deb
treee759e52c40be05473ec4651f1c9835a499fe8799
parente889bc8db5ac67031abec8a55ba12abb3c443555
docs/manual/adding-packages-directory.txt: reorder select/depends

From [1]:
"Even though the ordering has absolutely no consequences in Kconfig, it
 is not logical (when reading). It is more logical and far easier to
 understand when depends come first, followed by the selects."

 Also, the Config.in example in the manual suggests to use this coding
 style [2]."

Use the correct coding style in the chapter "Choosing depends on or select"
in the manual.

[1] http://lists.busybox.net/pipermail/buildroot/2015-October/142955.html
[2] https://nightly.buildroot.org/manual.html#_coding_style

Signed-off-by: Romain Naour <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
docs/manual/adding-packages-directory.txt
This page took 0.033708 seconds and 4 git commands to generate.