mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
update ... ... does NOT exist!
This commit is contained in:
6
Makefile
6
Makefile
@ -1045,7 +1045,11 @@ branch:
|
||||
mv .repos .repos.bak; \
|
||||
grep -v $(mod) .repos.bak > .repos; \
|
||||
echo "$(mod) $$url $(branch)" >> .repos; \
|
||||
$(MAKE) update-repos; \
|
||||
pushd projects/$(mod); \
|
||||
git fetch origin $(branch):$(branch); \
|
||||
git checkout $(branch); \
|
||||
git branch --set-upstream-to=origin/$(branch) $(branch); \
|
||||
popd ; \
|
||||
else \
|
||||
echo "$(mod) $(branch) does NOT exist!"; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user