Skip to content

Commit ef10d31

Browse files
committed
make clean bootstrapping
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 01e4873 commit ef10d31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile.common

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,9 @@ fmil-clean:
291291
gc-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)

0 commit comments

Comments
 (0)