From mboxrd@z Thu Jan 1 00:00:00 1970 From: rpjday@crashcourse.ca (Robert P. J. Day) Date: Sat, 9 Apr 2016 07:01:27 -0400 (EDT) Subject: what is the purpose of "LOCALVERSION" variable in scripts/setlocalversion? Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org i was perusing "scripts/setlocalversion" to see the variations for setting the kernel version, and i ran across this snippet: # CONFIG_LOCALVERSION and LOCALVERSION (if set) res="${res}${CONFIG_LOCALVERSION}${LOCALVERSION}" i'm well aware of the kernel *config* option CONFIG_LOCALVERSION, but i was unaware of the apparently independent variable "LOCALVERSION" which is used in that assignment. there's precious little mention of that variable ... under what circumstances does one set it? is it meant to be set in the user's environment and simply inherited that way? is anyone here using it on a regular basis? rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================