mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 13:03:08 +00:00
* Pull back some patches from upstream git that fix bugs. One of these converts the mixed implicit and explicit rule error into a warning, and that should give us a grace period to fix the Makefiles, * Bug fix: "FTBFS with make 3.82 from experimental", thanks to Daniel Schepler. This package was not reported broken in the archive rebuild: see http://aws-logs.debian.net/ftbfs-logs/results-make4/ (Closes: #720686). * Bug fix: "make 3.82: with -j tries to run receipes without prerequisites yet done", thanks to Bernhard R. Link. This was not seen in the archive rebuild, and the upstream report has ben closed a being fixed in 4.0 (Closes: #722520). * Bug fix: "run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4", thanks to Wookey. We now do indeed run autoreconf. (Closes: #689626). * Bug fix: "spurious circular dependency", thanks to Frank Heckenbach Bug fixed in new version. (Closes: #669968). * Bug fix: "make 3.82: fails to parse archive syntax", thanks to Andrew Shadura (Closes: #675612). * Bug fix: "binary package make lacks "Multi-Arch: foreign" declaration", thanks to Helmut Grohne (Closes: #693926). * Bug fix: "make 3.82 breaks kernel module build: 'mixed implicit and normal rules' in linux-headers-*", thanks to Dean Loros (Closes: #635317). * Bug fix: "please package upstream version 4.0", thanks to Andrew Shadura (Closes: #734387). * Bug fix: "optionally echo all commands, even if preceded with @", thanks to Vincent Lefevre (Closes: #451092). * Bug fix: ""Make is a HUGE memory hog"", thanks to Matthias Klose (Closes: #342726).
25 lines
715 B
Diff
25 lines
715 B
Diff
From 260c97a5f0c5ba43aacd5651902175b4612896dc Mon Sep 17 00:00:00 2001
|
|
From: Paul Smith <psmith@gnu.org>
|
|
Date: Sun, 12 Jan 2014 00:13:22 -0500
|
|
Subject: [PATCH 5/7] * commands.c: [SV 40789] Remove unneeded header dlfcn.h
|
|
|
|
---
|
|
commands.c | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/commands.c b/commands.c
|
|
index f910358..eda75df 100644
|
|
--- a/commands.c
|
|
+++ b/commands.c
|
|
@@ -14,8 +14,6 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
You should have received a copy of the GNU General Public License along with
|
|
this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
|
-#include <dlfcn.h>
|
|
-
|
|
#include "makeint.h"
|
|
#include "filedef.h"
|
|
#include "dep.h"
|
|
--
|
|
2.0.0.rc0
|
|
|