]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r250143, r257079, r258086, r262670:
authorgjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Apr 2014 17:57:45 +0000 (17:57 +0000)
committergjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Apr 2014 17:57:45 +0000 (17:57 +0000)
commitc49867e6f872dc824b34f4567ccc3388f261ac2d
tree6015db8fdd09ae807fe5aa6f0fecf66ed5edbb34
parent15c8acb33acdf063353dd5778adc2998cd12adef
MFC r250143, r257079, r258086, r262670:

r250143 (benno):
  Optimize SUBDIR_OVERRIDE such that SUBDIR isn't automatically
  defined if SUBDIR_OVERRIDE is defined.

r257079:
  Fix build host pollution by avoiding calling 'uname -srp' to
  determine values for 'VERSION'.

r262670 (marcel):
  Use ${MAKE} so that we always use the same version/implementation
  of make.

r258086 (cperciva):
  Strip the -pN patch level from the VERSION string which gets
  encoded into CTF data.  Otherwise FreeBSD Update builds think every
  kernel file has changed every time there's a security advisory,
  since the FreeBSD Update build code isn't smart enough to look inside
  CTF data to ignore those changes.

Tested on: stable/9@r263881
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/9@264014 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1