Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
GNU is Not Unix Open Source Programming Software Upgrades News

GNU Make 4.0 Released 179

jones_supa writes "A new major version of the classic GNU Make software has been released. First of all, Make 4.0 has integration support for GNU Guile Scheme. Guile is the extension system of the GNU project that is a Scheme programming language implementation and now in the Make world will be the embedded extension language. 4.0 also features a new 'output-sync' option, 'trace-enables' for tracing of targets, a 'none' flag for the 'debug' argument, and the 'job server' and .ONESHELL features are now supported under Windows. There are also new assignment operators, a new function for writing to files, and other enhancements. It's been reported that Make 4.0 also has more than 80 bug-fixes. More details can be found from their release announcement on the mailing list."
This discussion has been archived. No new comments can be posted.

GNU Make 4.0 Released

Comments Filter:
  • Re:Lua for GUILE? (Score:4, Informative)

    by kthreadd ( 1558445 ) on Wednesday October 09, 2013 @03:19PM (#45084261)

    From http://www.gnu.org/software/guile/ [gnu.org]:
    "In addition to Scheme, Guile includes compiler front-ends for ECMAScript and Emacs Lisp (support for Lua is underway),..."

    So unless that page is inaccurate I guess that means it's still underway.

  • Me gusta! (Score:5, Informative)

    by serviscope_minor ( 664417 ) on Wednesday October 09, 2013 @03:22PM (#45084295) Journal

    This looks good.

    The --trace option is really nice. For some reason people think it is prettier to have makefiles not print put the compile lines. It is, of course, until it breaks.

    Make is one of those widely misunderstood tools. Despite being far simpler than, e.g. C it seems to be understood much worse. It's also sad that it diverged long ago, but it's good to see GNU trying to make it compatible with the divergent BSD and POSIX variants too.

    One Make to rule them all! While it seems fashionable not to use the GNU tools these days (for instance distros using less featureful and now slower AWKs than gawk by default), GNU Make is truly the superior one. It is very featureful and an excellent part of a build system.

  • by Anonymous Coward on Wednesday October 09, 2013 @04:13PM (#45084875)

    > Protip: If you need another tool to build a project other than the compiler, then you're doing it wrong.
    Protip: If the only tool your project needs to build is the compiler, it's a trivial project.
    Generating any non-trivial product (package, installer, resources, doc, etc.) takes a pile of tools.

No man is an island if he's on at least one mailing list.

Working...