Skip to content

Commit

Permalink
Improve make clean
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 25, 2014
1 parent 8337c89 commit 1da8afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -326,7 +326,7 @@ clean: qtclean fmil-clean opencl_rt_clean gc-clean lis-clean runtimeCPPclean CMi
rm -rf build/share build/lib build/include build/bin/OMShell* build/bin/OMNotebook* \
build/bin/omc build/bin/omc.exe build/bin/omc-diff build/bin/omc-diff.exe \
bom-error.log bom-error.sh tab-error.log
rm -rf libraries/Resources libraries/link-external-libs
rm -rf libraries/Resources libraries/link-external-libs libraries/link-external-libs-emcc libraries/msl-external-libs
install-dirs:
@test ! "${DESTDIR}/${prefix}" -ef "${top_builddir}/build" || (echo Error: Install and build dirs are the same && false)
if [ "$(APP)" = ".app" ]; then mkdir -p ${INSTALL_APPDIR}; fi
Expand Down

0 comments on commit 1da8afa

Please sign in to comment.