File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,9 @@ fmil-clean:
291291gc-clean:
292292 if test -f 3rdParty/gc-7.2/Makefile; then make -C 3rdParty/gc-7.2 clean; fi
293293 rm -f 3rdParty/gc-7.2/Makefile
294- clean: qtclean fmil-clean opencl_rt_clean gc-clean lis-clean runtimeCPPclean CMinpack-clean
294+ bootstrap-clean:
295+ $(MAKE) -C Compiler/boot clean
296+ clean: qtclean fmil-clean opencl_rt_clean gc-clean lis-clean runtimeCPPclean CMinpack-clean bootstrap-clean
295297 (cd SimulationRuntime/c && $(MAKE) -f $(defaultMakefileTarget) clean)
296298 (cd SimulationRuntime/interactive && $(MAKE) -f $(defaultMakefileTarget) clean)
297299 (cd Compiler && $(MAKE) -f $(defaultMakefileTarget) clean)
@@ -300,7 +302,6 @@ clean: qtclean fmil-clean opencl_rt_clean gc-clean lis-clean runtimeCPPclean CMi
300302 (cd PythonInterface && $(MAKE) -f $(defaultMakefileTarget) clean)
301303 if test -f 3rdParty/modelica3d/build/Makefile; then $(MAKE) -C 3rdParty/modelica3d/build clean; fi
302304 $(MAKE) -C 3rdParty/OpenBLAS-0.2.8 clean
303- rm -rf testsuite/openmodelica/bootstrapping/build
304305 if test -f 3rdParty/Ipopt-3.11.6/Makefile; then $(MAKE) -C 3rdParty/Ipopt-3.11.6 distclean || true; fi
305306 (rm -rf 3rdParty/modelica3d/build)
306307 (rm -rf SimulationRuntime/build_c)
You can’t perform that action at this time.
0 commit comments