make-dfsg 4.2.1-1 source package in Ubuntu

Changelog

make-dfsg (4.2.1-1) unstable; urgency=medium

  * New Upsrteam release.
  * New variable: $(.SHELLSTATUS) is set to the exit status of the last != or
    $(shell ...) function invoked in this instance of make.  This will be "0" if
    successful or not "0" if not successful.  The variable value is unset if no
    != or $(shell ...) function has been invoked.
  * The $(file ...) function can now read from a file with $(file <FILE).
    The function is expanded to the contents of the file.  The contents are
    expanded verbatim except that the final newline, if any, is stripped.
  * The makefile line numbers shown by GNU make now point directly to the
    specific line in the recipe where the failure or warning occurred.
    Sample changes suggested by Brian Vandenberg <email address hidden>
  * The interface to GNU make's "jobserver" is stable as documented in the
    manual, for tools which may want to access it.
    WARNING: Backward-incompatibility! The internal-only command line option
    --jobserver-fds has been renamed for publishing, to --jobserver-auth.
  * The amount of parallelism can be determined by querying MAKEFLAGS, even when
    the job server is enabled (previously MAKEFLAGS would always contain only
    "-j", with no number, when job server was enabled).
  * Bug fix: "SIGSEGVs on long parameter", thanks to Marcos Dione (Closes:
    #858647).

 -- Manoj Srivastava <email address hidden>  Mon, 12 Feb 2018 16:36:45 -0800

Upload details

Uploaded by:
Manoj
Uploaded to:
Sid
Original maintainer:
Manoj
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
make-dfsg_4.2.1-1.dsc 1.9 KiB 1953f407f2969c128960630db6e972c35d1329de2a1277bc0fc4554301175f0a
make-dfsg_4.2.1.orig.tar.gz 1.4 MiB 480405e8995796ea47cc54b281b7855280f0d815d296a1af1993eeeb72074e39
make-dfsg_4.2.1-1.diff.gz 39.6 KiB 37e83e05b5d24a92c6480f538f338f885849cb67e5146a9cd705eb676caba9d0

No changes file available.

Binary packages built by this source

make: utility for directing compilation

 GNU Make is a utility which controls the generation of executables
 and other target files of a program from the program's source
 files. It determines automatically which pieces of a large program
 need to be (re)created, and issues the commands to (re)create
 them. Make can be used to organize any task in which targets (files)
 are to be automatically updated based on input files whenever the
 corresponding input is newer --- it is not limited to building
 computer programs. Indeed, Make is a general purpose dependency
 solver.

make-dbgsym: debug symbols for make
make-guile: utility for directing compilation with guile support

 GNU Make is a utility which controls the generation of executables
 and other target files of a program from the program's source
 files. It determines automatically which pieces of a large program
 need to be (re)created, and issues the commands to (re)create
 them. Make can be used to organize any task in which targets (files)
 are to be automatically updated based on input files whenever the
 corresponding input is newer --- it is not limited to building
 computer programs. Indeed, Make is a general purpose dependency
 solver. This variant has built in guile support

make-guile-dbgsym: debug symbols for make-guile