From 8715a330f3aca3bdcdb5ace8476d7ee96eb49d17 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Sun, 17 Feb 2013 19:00:34 +0000 Subject: [PATCH] remove (not used by ROOT build system) roofit/roofitcore/inc/RooFitCore_LinkDef.h. Can now rootcling on OSX entire single pcm and dictionary. git-svn-id: http://root.cern.ch/svn/root/trunk@48614 27541ba8-7e3a-0410-8455-c3a389f83636 --- build/unix/makeonepcm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/unix/makeonepcm.sh b/build/unix/makeonepcm.sh index cf01808cf91..a1d28bd2490 100755 --- a/build/unix/makeonepcm.sh +++ b/build/unix/makeonepcm.sh @@ -13,7 +13,7 @@ rm -f include/allLinkDef.h # create allLinkDef.h including all LinkDefs find . -name \*LinkDef\*.h | \ - grep -v -e '^./test/' -e '^./roottest/' | \ + grep -v -e '^./test/' -e '^./roottest/' -e '/RooFitCore_LinkDef.h$' | \ sed -e 's|^|#include "|' -e 's|$|"|' > alldefs.h mv alldefs.h include/allLinkDef.h -- GitLab