Lines Matching full:should
16 - Build should only depend on GNU make and posix utilities (shell, awk, sed,
18 - Build should pass with the default configuration (see config.mk.dist)
20 toolchains. (The build should not depend on a recent toolchain, the use
21 of a new feature should be possible to disable.)
23 should be done via make variables in config.mk. This is the user interface
24 to the build system, so it should be documented in sufficient detail and
29 some supported configurations (e.g. CFLAGS) those should be tested.
34 - Commit message should be descriptive and should not refer to Arm internal
36 decisions should be recorded or explained in the commit message if they are
38 - Ideally tools and scripts used to write the code should be added to the
40 - Logically independent changes should not be mixed into the same commit.