2024-10-23 12:12:30 +03:00
|
|
|
From: Ben Hutchings <benh@debian.org>
|
|
|
|
Date: Mon, 16 Sep 2024 19:14:19 +0200
|
|
|
|
Subject: Revert "tools build: Clean CFLAGS and LDFLAGS for fixdep"
|
|
|
|
|
|
|
|
This reverts commit 5725dd8fa888b4dcdff58241f9d3d3ac42a048e2. That
|
|
|
|
was a workaround for the bug fixed by commit 6b3db6f9b970 "tools
|
|
|
|
build: Make fixdep a hostprog" and is no longer needed.
|
|
|
|
|
|
|
|
Signed-off-by: Ben Hutchings <benh@debian.org>
|
|
|
|
---
|
|
|
|
--- a/tools/build/Makefile.include
|
|
|
|
+++ b/tools/build/Makefile.include
|
2024-12-10 06:44:25 +03:00
|
|
|
@@ -12,7 +12,7 @@ else
|
|
|
|
endif
|
2024-10-23 12:12:30 +03:00
|
|
|
|
|
|
|
fixdep:
|
2024-12-10 06:44:25 +03:00
|
|
|
- $(SILENT_MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
|
|
|
|
+ $(SILENT_MAKE) -C $(srctree)/tools/build $(OUTPUT)fixdep
|
2024-10-23 12:12:30 +03:00
|
|
|
|
|
|
|
fixdep-clean:
|
|
|
|
$(Q)$(MAKE) -C $(srctree)/tools/build clean
|