mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-09-12 15:21:27 +00:00
fix repo switch
This commit is contained in:
@@ -146,7 +146,7 @@ update-gcc: projects/gcc/configure
|
||||
|
||||
update-binutils: projects/binutils/configure
|
||||
a=($$(cd projects/binutils && git remote -v | grep origin | grep '(fetch)')); echo $${a[1]} ; \
|
||||
if [[ "$${a[1]}" != "$(BINUTILS_GIT)x" ]]; then \
|
||||
if [[ "$${a[1]}" != "$(BINUTILS_GIT)" ]]; then \
|
||||
rm -rf projects/binutils; \
|
||||
$(MAKE) projects/binutils/configure; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user