Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH 3/5] Makeconf: Add mach_i386 defs

0 views
Skip to first unread message

Damien Zammit

unread,
Jul 24, 2020, 9:21:04 AM7/24/20
to bug-...@gnu.org, Damien Zammit
---
Makeconf | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Makeconf b/Makeconf
index f68ff6e3..b4a5dbd5 100644
--- a/Makeconf
+++ b/Makeconf
@@ -582,15 +582,19 @@ mach_defs_names = bootstrap exc mach mach4 \
gnumach \
task_notify \

+mach_i386_defs_names = mach_i386
mach_debug_defs_names = mach_debug
device_defs_names = dev_forward device device_reply device_request

mach_defs = $(addsuffix .defs,$(mach_defs_names))
+mach_i386_defs = $(addsuffix .defs,$(mach_i386_defs_names))
mach_debug_defs = $(addsuffix .defs,$(mach_debug_defs_names))
device_defs = $(addsuffix .defs,$(device_defs_names))

$(mach_defs): %.defs:
echo '#include <mach/$@>' > $@
+$(mach_i386_defs): %.defs:
+ echo '#include <mach/i386/$@>' > $@
$(mach_debug_defs): %.defs:
echo '#include <mach_debug/$@>' > $@
$(device_defs): %.defs:
--
2.25.1


Damien Zammit

unread,
Jul 24, 2020, 9:19:22 PM7/24/20
to bug-...@gnu.org, Damien Zammit
0 new messages