1
0
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:
bebbo
2023-01-19 08:29:08 +01:00
parent 1ac3457fac
commit 2a4ce8ce55

View File

@ -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