lib/build_OID_registry: don't mention the full path of the script in output
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 13 Mar 2024 21:19:56 +0000 (22:19 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Apr 2024 04:07:01 +0000 (21:07 -0700)
commit5ef6dc08cfde240b8c748733759185646e654570
treee825313f026eb6135692bcf5c0d23bbe4b94b092
parentc9abe099865b2d0df66346657b76922d8efd43e4
lib/build_OID_registry: don't mention the full path of the script in output

This change strips the full path of the script generating
lib/oid_registry_data.c to just lib/build_OID_registry.  The motivation
for this change is Yocto emitting a build warning

File /usr/src/debug/linux-lxatac/6.7-r0/lib/oid_registry_data.c in package linux-lxatac-src contains reference to TMPDIR [buildpaths]

So this change brings us one step closer to make the build result
reproducible independent of the build path.

Link: https://lkml.kernel.org/r/20240313211957.884561-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/build_OID_registry