Skip to content

Commit

Permalink
update rtems cvs always have problem. disable it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Jan 12, 2012
1 parent 0f2295a commit a6c6d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-flickernoise/Makefile
Expand Up @@ -190,7 +190,7 @@ milkymist-git-clone:
done

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

0 comments on commit a6c6d0b

Please sign in to comment.