Closed 0-wiz-0 closed 1 year ago
makefile uses
makefile
$(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).$(OS)
to build, and $(OS) is set to bsd, but the directory in build is called gmake.freebsd. Rename the directory so the build rule works, and adapt one path to match.
gmake.freebsd
Only FreeBSD is supported.
But FreeBSD is broken too, see above for details -- "OS" is set to "bsd" but the directory is called "gmake.freebsd" so this will not work.
makefile
usesto build, and $(OS) is set to bsd, but the directory in build is called
gmake.freebsd
. Rename the directory so the build rule works, and adapt one path to match.