Remove svn checkout step

This commit is contained in:
Axel Naumann 2013-05-16 07:42:54 +08:00 committed by sftnight
parent 7b728b7ba2
commit 2f97cd908a

View File

@ -22,10 +22,3 @@ CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_SRC_DIR)/../../../clang/inc
-I$(PROJ_SRC_DIR)/../../../clang/lib -I$(PROJ_OBJ_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../../clang/include
include $(CLING_LEVEL)/Makefile
$(PROJ_SRC_DIR)/textinput/Makefile.d:
svn co $(shell svn info $(PROJ_SRC_DIR) | grep ^URL: | sed 's,^URL: \(.*\)interpreter/cling/lib/UserInterface,\1/core/textinput/src/textinput,') $(PROJ_SRC_DIR)/textinput
touch $@
# trigger checkput before building
include $(PROJ_SRC_DIR)/textinput/Makefile.d