]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ccache: Use the CMAKE macro
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Feb 2026 11:49:39 +0000 (11:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Feb 2026 11:43:13 +0000 (11:43 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/ccache

index b0d6da4d168abe79d87386cbc23fcd2b3cd56075..6771d960e7b8b97cbd611cae60c4f9fa6eaecd99 100644 (file)
@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && mkdir -pv build
-       cd $(DIR_APP)/build && cmake \
+       cd $(DIR_APP)/build && $(CMAKE) \
                                -D CMAKE_INSTALL_PREFIX=$(TOOLS_DIR) \
                                -D CMAKE_INCLUDE_PATH=$(TOOLS_DIR)/include \
                                -D ENABLE_TESTING=OFF \