From 9f1481c1a91b13135a88f20355229697d7d991e9 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 17 Sep 2024 15:47:19 +0200 Subject: [PATCH] Fix typo and add description for PREFIX and INSTALLED_PREFIX --- config.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 28d6ae54..3b630674 100644 --- a/config.mk +++ b/config.mk @@ -11,7 +11,10 @@ # Since 5.3, there is a generic GCCARM target COMPILER = GCC#NO SPACE -# Absolute path were to install likwid +# Absolute path where to install likwid. If you need just an intermediate +# install location, e.g. for packaging, use PREFIX for the intermediate +# location and INSTALLED_PREFIX for the final location. You can use +# 'make move' to copy it from PREFIX to INSTALLED_PREFIX. PREFIX ?= /usr/local#NO SPACE # Set the default mode for MSR access.