pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/gmake



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 12 14:58:27 UTC 2014

Modified Files:
        pkgsrc/devel/gmake: Makefile distinfo
        pkgsrc/devel/gmake/patches: patch-af

Log Message:
Update to 4.1:

Version 4.1 (05 Oct 2014)

A complete list of bugs fixed in this version is available here:

http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=105&set=custom

* New variables: $(MAKE_TERMOUT) and $(MAKE_TERMERR) are set to non-empty
  values if stdout or stderr, respectively, are believed to be writing to a
  terminal.  These variables are exported by default.

* Allow a no-text-argument form of the $(file ...) function.  Without a text
  argument nothing is written to the file: it is simply opened in the
  requested mode, then closed again.

* Change the fatal error for mixed explicit and implicit rules, that was
  introduced in GNU make 3.82, to a non-fatal error.  However, this syntax is
  still deprecated and may return to being illegal in a future version of GNU
  make.  Makefiles that rely on this syntax should be fixed.
  See https://savannah.gnu.org/bugs/?33034


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/gmake/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/gmake/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/gmake/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index