From b7f94ce08e0163c70fc1c02b467431319ea2c81c Mon Sep 17 00:00:00 2001 From: wittinobi Date: Sun, 29 Apr 2012 00:32:46 +0200 Subject: [PATCH] fix update-neutrino und update-svn --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5742c25..7aadeb2 100755 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ update-self: git pull update-neutrino: - $(MAKE) $(SOURCE_DIR)/neutrino-hd && git svn rebase + $(MAKE) $(SOURCE_DIR)/neutrino-hd && git pull update-svn: cd $(SVN_COOLSTREAM) && $(SVN) up * @@ -104,16 +104,16 @@ update-svn: cd $(SVN_THIRDPARTY)/applications/tools/busybox-1.2.0 && $(SVN) up * cd $(SVN_THIRDPARTY)/applications/tools/hotplug && $(SVN) up * cd $(SVN_THIRDPARTY)/applications/plugins/lbreakout2-2.6 && $(SVN) up * - cd $(SVN_THIRDPARTY)/applications/plugins/links-2.2 && $(SVN) up * + cd $(SVN_THIRDPARTY)/applications/plugins/links && $(SVN) up * cd $(SVN_THIRDPARTY)/applications/plugins/ltris-1.0.13 && $(SVN) up * cd $(SVN_THIRDPARTY)/libraries && $(SVN) up * cd $(SVN_THIRDPARTY)/lib && $(SVN) up * cd $(SVN_THIRDPARTY)/kernel && $(SVN) up * cd $(SVN_THIRDPARTY)/drivers && $(SVN) up * cd $(SVN_THIRDPARTY)/bootloader && $(SVN) up * - $(MAKE) $(GIT_LIBRARIES)/dvbsi && git svn rebase - $(MAKE) $(GIT_LIBRARIES)/ffmpeg && git svn rebase - $(MAKE) $(GIT_DRIVERS) && git svn rebase + $(MAKE) $(GIT_LIBRARIES)/dvbsi && git pull + $(MAKE) $(GIT_LIBRARIES)/ffmpeg && git pull + $(MAKE) $(GIT_DRIVERS) && git pull update-svn-target: $(MAKE) modules includes-and-libs -- 2.39.5