I've posted some commits for porting git to Plan 9. This pull request is thing that cut off building scripts from #305 and is re-constructed that. I expect this don't change any artifacts. lufia (4): Use $(SHELL_PATH) instead of sh in Makefile. Define TAR_CF and TAR_XF variables in Makefile Fit to Plan 9's ANSI/POSIX compatibility layer Use $(LD) instead of $(CC) for linking the object files .github/workflows/main.yml | 1 + GIT-VERSION-GEN | 2 +- Makefile | 33 ++++++++++--------- ci/lib.sh | 8 ++++- config.mak.in | 1 + config.mak.uname | 18 +++++++---- generate-cmdlist.sh | 19 +++++++---- git-gui/Makefile | 6 ++-- t/chainlint.sed | 66 +++++++++++++++++++------------------- templates/Makefile | 6 ++-- 10 files changed, 93 insertions(+), 67 deletions(-) base-commit: dc04167d378fb29d30e1647ff6ff51dd182bc9a3 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-694%2Flufia%2Fcompat-p9-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-694/lufia/compat-p9-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/694 -- gitgitgadget