Skip to content

Commit

Permalink
make clean now also cleans the bootstrapping directory
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 18, 2014
1 parent 6528bd0 commit 14e3ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.common
Expand Up @@ -306,6 +306,7 @@ clean: qtclean fmil-clean opencl_rt_clean gc-clean lis-clean runtimeCPPclean CMi
(cd PythonInterface && $(MAKE) -f $(defaultMakefileTarget) clean)
if test -f 3rdParty/modelica3d/build/Makefile; then $(MAKE) -C 3rdParty/modelica3d/build clean; fi
$(MAKE) -C 3rdParty/OpenBLAS-0.2.8 clean
rm -rf testsuite/openmodelica/bootstrapping/build
if test -f 3rdParty/Ipopt-3.11.6/Makefile; then $(MAKE) -C 3rdParty/Ipopt-3.11.6 distclean || true; fi
(rm -rf 3rdParty/modelica3d/build)
(rm -rf SimulationRuntime/build_c)
Expand Down

0 comments on commit 14e3ebd

Please sign in to comment.