run.sh
Sync public mirror / sync (push) Failing after 27s

CMake stores the absolute folder path, this now get deleted in run.sh, so it can be called on deffrent computers without problems
This commit is contained in:
2026-01-02 19:34:37 +01:00
parent e5f8c91be4
commit 32ba0518fa
25 changed files with 345 additions and 276 deletions
+4 -4
View File
@@ -57,10 +57,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/newton/Documents/Git/Flux
CMAKE_SOURCE_DIR = /home/atlas/Documents/Git/Flux
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/newton/Documents/Git/Flux/build
CMAKE_BINARY_DIR = /home/atlas/Documents/Git/Flux/build
#=============================================================================
# Targets provided globally by CMake.
@@ -87,9 +87,9 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/newton/Documents/Git/Flux/build/CMakeFiles /home/newton/Documents/Git/Flux/build//CMakeFiles/progress.marks
$(CMAKE_COMMAND) -E cmake_progress_start /home/atlas/Documents/Git/Flux/build/CMakeFiles /home/atlas/Documents/Git/Flux/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/newton/Documents/Git/Flux/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/atlas/Documents/Git/Flux/build/CMakeFiles 0
.PHONY : all
# The main clean target