NVIDIA / libnvidia-container

NVIDIA container runtime library
Apache License 2.0
759 stars 189 forks source link

versions.mk and common.mk use PATCH variable for different things #263

Open lahwaacz opened 2 months ago

lahwaacz commented 2 months ago

versions.mk assigns a part of the version string: https://github.com/NVIDIA/libnvidia-container/blob/6c8f1df7fd32cea3280cf2a2c6e931c9b3132465/versions.mk#L44

common.mk assigns a name of the patch utility: https://github.com/NVIDIA/libnvidia-container/blob/6c8f1df7fd32cea3280cf2a2c6e931c9b3132465/mk/common.mk#L21

Sooner or later this is going to cause problems :innocent: