I just found about this distro, which is relatively new (2021). Its specificity is that it doesn’t features any GNU software by default, which I find interesting.

  • @Zucca
    link
    210 months ago

    This means Chimera is not a GNU/Linux system, as it utilizes neither GNU utilities, nor GNU libc, nor GNU toolchain. The system is bootstrappable almost entirely without any GNU components (other than make) and is capable of booting without them (however, most people will have some).

    I’d guess they’ll move to some bsd make at some point.

    • @CjkOvPDwQW@lemmy.pt
      link
      fedilink
      210 months ago

      Good luck with that, with the amount of Programmers that use the Gnuism for make, I would say that no developer can patch that amount of software

      • @Zucca
        link
        210 months ago

        Uh. That would be huge undertaking indeed.

        Let me guess all these makefile generators create gnu-style makefiles too?

        • @CjkOvPDwQW@lemmy.pt
          link
          fedilink
          210 months ago

          Didn’t know that those projects existed, I have always written makefiles from begining based myself on the dwm makefiles :)

          But a quick Google search and the first project that appears say that:

          A simple makefile generator that can generate makefiles for: GNU-make targeting MinGW, clang-cl or MSVC.