Skip to content

Commit

Permalink
- Fix svn:eol-style on OMEdit, OMNotebook, msl32
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 28, 2010
1 parent 76829f5 commit 14f147e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -59,8 +59,8 @@ qtclean: qtclean-common
endif

fix-svn-eol-style:
svn propset svn:eol-style LF `find testsuite/ Compiler/ libraries/ | grep "\.mos\?\$$" | grep -v parser/ParseModel`
svn propset svn:eol-style LF `find c_runtime/ Compiler/runtime/ libraries/ | grep "\.[ch]\$$"`
#svn propset svn:eol-style LF `find testsuite/ Compiler/ libraries/ | grep "\.mos\?\$$" | grep -v parser/ParseModel`
svn propset svn:eol-style LF `find c_runtime/ Compiler/runtime/ libraries/ OMEdit/ OMNotebook/ | egrep "\.[ch]\$$|\.[ch]pp\$$"`
svn propset svn:eol-style LF `find . | grep /Makefile\$$`
svn propset svn:eol-style LF `find . | grep /Makefile.in\$$`

Expand Down

0 comments on commit 14f147e

Please sign in to comment.