Mke the copy more noisy to debug dependency problem in full builds.

git-svn-id: http://root.cern.ch/svn/root/trunk@48785 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Axel Naumann 2013-03-01 14:13:04 +00:00
parent 6f8d8f8d71
commit 756aceef51

View File

@ -86,15 +86,15 @@ $(CLINGDIRS)/Module.mk: $(LLVMCONFIG)
etc/cling/llvm/%: $(call stripsrc,$(LLVMDIRI))/include/llvm/%
+@[ -d $(dir $@) ] || mkdir -p $(dir $@)
@cp $< $@
cp $< $@
etc/cling/cint/%: $(CLINGDIR)/include/cling/cint/%
+@[ -d $(dir $@) ] || mkdir -p $(dir $@)
@cp $< $@
cp $< $@
etc/cling/%.h: $(CLINGDIR)/include/cling/%.h
+@[ -d $(dir $@) ] || mkdir -p $(dir $@)
@cp $< $@
cp $< $@
$(CLINGDIR)/%.o: $(CLINGDIR)/%.cpp $(LLVMDEP)
$(MAKEDEP) -R -f$(@:.o=.d) -Y -w 1000 -- $(CXXFLAGS) $(CLINGCXXFLAGS) -D__cplusplus -- $<
@ -125,5 +125,5 @@ $(CLINGO) : CLINGCXXFLAGS += '-DCLING_SRCDIR_INCL="$(CLINGDIR)/include"' \
$(CLINGEXEO): CLINGCXXFLAGS += -I$(TEXTINPUTDIRS)
endif
$(CLINGETC): $(LLVMLIB)
$(CLINGO) : $(CLINGETC)
$(CLINGETC) : $(LLVMLIB)
$(CLINGO) : $(CLINGETC)