mirror of
https://github.com/bitwiseworks/gcc-os2.git
synced 2026-07-09 02:06:52 +00:00
The build-script example does not work out-of-the-paste #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rdpe on GitHub (May 5, 2020).
The build-script at:
https://github.com/bitwiseworks/gcc-os2/wiki/Developers#building-gcc
tries to run 'master/autogen.sh' while the curdir is assumed 'gcc' (the toplevel dir).
Should be something like: 'cd master && ./autogen.sh && cd -' ?
Very cool to have this updated GCC btw !
Ben.
@dmik commented on GitHub (May 6, 2020):
Yes, you are right, thanks, fixed it. (Didn't use
cd -to not depend on PWD/OLDPWD).