config.mak.uname: remove unused uname_P variable
commit220adb16e453dffea23ab92a86092e594f7729db
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Thu, 18 Jul 2024 01:13:25 +0000 (18 02:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2024 14:01:39 +0000 (18 07:01 -0700)
treeff7f90ea4e0eb46fcb4ddccebc2ad73921d914db
parentf78e2dd88a366875acb40352c80283929ebd8ab4
config.mak.uname: remove unused uname_P variable

The uname_P make variable was added in commit e15f545155 ("Makefile
tweaks: Solaris 9+ dont need iconv / move up uname variables",
2006-02-20), but it seems to never have been used (even in that original
commit). The man page for 'uname' notes that the '-p' processor option
is non-portable (the 'uname_M' variable is used by the Makefile for that
purpose).

Remove the unused 'uname_P' make variable.

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname