bkaradzic / GENie

GENie - Project generator tool
Other
899 stars 167 forks source link

Fix bsd targets. #553

Closed 0-wiz-0 closed 1 year ago

0-wiz-0 commented 1 year ago

makefile uses

        $(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.

bkaradzic commented 1 year ago

Only FreeBSD is supported.

0-wiz-0 commented 1 year ago

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.