quilt.mk: use CURDIR instead of ./ for PATCH_DIR and FILES_DIR
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 25 Sep 2023 00:26:43 +0000 (02:26 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 22 May 2024 10:24:41 +0000 (12:24 +0200)
commit61c50bd2ce4e1027544361291b789921cbe96166
treef614d9c52a10542ffa08a4d4da215eac02a2efe7
parentaa77c796fec90e3e328c5b33d9239bd4910f1e9a
quilt.mk: use CURDIR instead of ./ for PATCH_DIR and FILES_DIR

To better reference them for diagnostic use, reference the PATCH_DIR and
FILES_DIR with the absolute path instead of using ./ and reference by
the relative location.

No behaviour change intended.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit bb1bfb46020b38179ef97d30333c90ab00b71c97)
include/quilt.mk