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@sopuli.xyz
    link
    fedilink
    21 year 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
      21 year 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@sopuli.xyz
        link
        fedilink
        21 year 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
          21 year 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.

    • z3braOP
      link
      11 year ago

      I suppose he’s talking about the usage of make to build ports, which will be difficult to tackle because many software rely on GNU make features in their Makefile. Moving it to BSD make requires a lot of patching, and I’m not even talking about tools using autotools/cmake.