Skip to content

Commit

Permalink
checkout to master branch since we have branch build now
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Feb 23, 2012
1 parent 23797fd commit a827122
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions compile-flickernoise/Makefile
Expand Up @@ -193,10 +193,9 @@ milkymist-git-clone:
done

milkymist-git-update:
cd $(MILKYMIST_GIT_DIR)/rtems && git fetch -a && \
git reset --hard origin/master || exit 1;
for d in $(REPO_DIRS); \
do (cd $(MILKYMIST_GIT_DIR)/$$d && git fetch -a && \
for d in $(REPO_DIRS) rtems; \
do (cd $(MILKYMIST_GIT_DIR)/$$d && git fetch -a && \
git checkout -f master && \
git reset --hard origin/master) || exit 1; \
done

Expand Down

0 comments on commit a827122

Please sign in to comment.