Skip to content
Snippets Groups Projects
Commit 2d37d487 authored by Axel Naumann's avatar Axel Naumann
Browse files

Silence rm Apiif if already removed

git-svn-id: http://root.cern.ch/svn/root/trunk@27156 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7d8271f2
No related branches found
No related tags found
No related merge requests found
...@@ -757,7 +757,7 @@ for exp in ${EXPORTS[*]}; do ...@@ -757,7 +757,7 @@ for exp in ${EXPORTS[*]}; do
done done
echo Removing Apiif.cxx echo Removing Apiif.cxx
rm ${COREVERSION}/src/dict/Apiif*.* rm -f ${COREVERSION}/src/dict/Apiif*.*
# now write the cint-config script # now write the cint-config script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment