mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 04:55:46 +00:00
* When presented with a very very long command line (e.g. WebKit's linking of libWebCore.la in current git), make fails to execute the command as it doesn't split the command line to fit within the limits. There is a patch used by people to solve this (gentoo, etc). Adam Conrad has provided a patch to fix this. (Closes: #688601). * Pre-4.0 make had an memory corruption issue that caused repeated execution of a specific makefile to display the cirruption. Running with make 4.0 does not show the issue. (Closes: #682895). * recently, the Multi-Arch: foreign tag was added toth make binary package. Jakub Wilk pointed out that this is not correct, some of the make interfaces are actually architecture-dependent. Reverting that change. * Bug fix #688601: "fails to execute extraordinarily long command lines", thanks to Daniel Stone * Bug fix #682895: "incorrect variable handling and corruption", thanks to Tim Spriggs
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
Source: make-dfsg
|
|
VCS-Git: git://anonscm.debian.org/users/srivasta/debian/make-dfsg.git
|
|
VCS-Browser: http://anonscm.debian.org/gitweb/?p=users/srivasta/debian/make-dfsg.git
|
|
Section: devel
|
|
Priority: standard
|
|
Maintainer: Manoj Srivastava <srivasta@debian.org>
|
|
Standards-Version: 3.9.5.0
|
|
Homepage: http://www.gnu.org/software/make/
|
|
Build-Depends: gettext, po-debconf, debhelper (>= 9.0.0), dh-autoreconf,
|
|
autoconf, automake | automaken, autopoint, file, pkg-config
|
|
|
|
Package: make
|
|
Suggests: make-doc
|
|
Architecture: any
|
|
Description: 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.
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|