Skip to content
Snippets Groups Projects
Commit 5d4d53a8 authored by Philippe Canal's avatar Philippe Canal
Browse files

on linux casing matters

git-svn-id: http://root.cern.ch/svn/root/trunk@48725 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3edd533b
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,7 @@ rm -f allDict.* lib/allDict_rdict.pc* ...@@ -198,7 +198,7 @@ rm -f allDict.* lib/allDict_rdict.pc*
core/utils/src/rootcling_tmp -1 -f allDict.cxx -c $cxxflags -I$srcdir allHeaders.h include/allLinkDef.h core/utils/src/rootcling_tmp -1 -f allDict.cxx -c $cxxflags -I$srcdir allHeaders.h include/allLinkDef.h
res=$? res=$?
if [ $res -eq 0 ] ; then if [ $res -eq 0 ] ; then
mv lib/allDict_rdict.pch etc/cling/root.pch mv lib/allDict_rdict.pch etc/cling/ROOT.pch
res=$? res=$?
# actually we won't need the allDict.[h,cxx] files # actually we won't need the allDict.[h,cxx] files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment