Skip to content

Commit

Permalink
- Guard parser/ParseModel files from svn-eol-style script
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 23, 2010
1 parent 4efbb1a commit a7dfd92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ qtclean: qtclean-common
endif

fix-svn-eol-style:
svn propset svn:eol-style LF `find testsuite/ Compiler/ libraries/ | grep "\.mos\?\$$"`
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 -name Makefile`
svn propset svn:eol-style LF `find -name Makefile.in`
svn propset svn:eol-style LF `find . | grep /Makefile\$$`
svn propset svn:eol-style LF `find . | grep /Makefile.in\$$`

.PRECIOUS: Makefile

Expand Down

0 comments on commit a7dfd92

Please sign in to comment.