Skip to content

Commit a6c6d0b

Browse files
author
Xiangfu Liu
committedJan 12, 2012
update rtems cvs always have problem. disable it for now
1 parent 0f2295a commit a6c6d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compile-flickernoise/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ milkymist-git-clone:
190190
done
191191

192192
milkymist-git-update:
193-
-(cd $(MILKYMIST_GIT_DIR)/rtems && cvs -q -z3 update -PdC)
193+
#(cd $(MILKYMIST_GIT_DIR)/rtems && cvs -q -z3 update -PdC)
194194
for d in $(REPO_DIRS); \
195195
do (cd $(MILKYMIST_GIT_DIR)/$$d && git fetch -a && \
196196
git reset --hard origin/master) || exit 1; \

0 commit comments

Comments
 (0)
Please sign in to comment.