summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-06-22 21:07:25 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-05 15:22:51 +0200
commitfaece0a4259eecaec08af2ce43e4334f3fd1e6c3 (patch)
treeb9962a86ff0563030d12b83b27bd7957d9ec42a8 /system
parentde4b45d5e70dd5d2431b0f44aeda60b033ecff11 (diff)
package/skeleton: respect variables namespace
In makefiles, variables have global scope. We traditionally ensure that we get no name clashing by prefixing all variables with the package name. Currently, this is not the case in the skeleton package, for historical reasons (code snippets copied over from the common Makefiles). We currently have a mix of naming for the variables: - some are indeed prefixed with SKELETON_ - some are prefixed with SYSTEM_ - some are prefixed with both - some are not prefixed Clean up these discrepancies, and prefix all variables with just SKELETON_ and drop the SYSTEM_ prefix. Also include SET_ in all variables that do set something (getty) for consistency across all the variables. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system')
0 files changed, 0 insertions, 0 deletions