Skip to content

Commit a827122

Browse files
author
Xiangfu Liu
committedFeb 23, 2012
checkout to master branch since we have branch build now
1 parent 23797fd commit a827122

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎compile-flickernoise/Makefile

+3-4
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,9 @@ milkymist-git-clone:
193193
done
194194

195195
milkymist-git-update:
196-
cd $(MILKYMIST_GIT_DIR)/rtems && git fetch -a && \
197-
git reset --hard origin/master || exit 1;
198-
for d in $(REPO_DIRS); \
199-
do (cd $(MILKYMIST_GIT_DIR)/$$d && git fetch -a && \
196+
for d in $(REPO_DIRS) rtems; \
197+
do (cd $(MILKYMIST_GIT_DIR)/$$d && git fetch -a && \
198+
git checkout -f master && \
200199
git reset --hard origin/master) || exit 1; \
201200
done
202201

0 commit comments

Comments
 (0)
Please sign in to comment.