Gitweb:
https://git.exim.org/exim.git/commitdiff/b30930a554edd087932dbff2d4d32f340de28ed1
Commit: b30930a554edd087932dbff2d4d32f340de28ed1
Parent: 59bc484ca1aab0d4f26f3078530b8058c53ccee7
Author: Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Tue Dec 3 07:23:25 2019 +0100
Committer: Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Tue Dec 3 07:23:25 2019 +0100
Build: Enable *GNU (Hurd) Bug 2476
---
src/OS/Makefile-Base | 2 ++
src/OS/{unsupported => }/Makefile-GNU | 0
src/OS/{unsupported => }/os.c-GNU | 0
src/OS/{unsupported => }/os.h-GNU | 0
4 files changed, 2 insertions(+)
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index f8c6ebb..9ecde1d 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -97,6 +97,7 @@ Makefile: ../OS/Makefile-Base ../OS/Makefile-Default \
os.h: $(SCRIPTS)/Configure-os.h \
$(O)/os.h-FreeBSD \
+ $(O)/os.h-GNU \
$(O)/os.h-Linux \
$(O)/os.h-OpenBSD \
$(O)/os.h-SunOS5
@@ -113,6 +114,7 @@ os.h: $(SCRIPTS)/Configure-os.h \
os.c: ../src/os.c \
$(SCRIPTS)/Configure-os.c \
+ $(O)/os.c-GNU \
$(O)/os.c-Linux
$(SHELL) $(SCRIPTS)/Configure-os.c
diff --git a/src/OS/unsupported/Makefile-GNU b/src/OS/Makefile-GNU
similarity index 100%
rename from src/OS/unsupported/Makefile-GNU
rename to src/OS/Makefile-GNU
diff --git a/src/OS/unsupported/os.c-GNU b/src/OS/os.c-GNU
similarity index 100%
rename from src/OS/unsupported/os.c-GNU
rename to src/OS/os.c-GNU
diff --git a/src/OS/unsupported/os.h-GNU b/src/OS/os.h-GNU
similarity index 100%
rename from src/OS/unsupported/os.h-GNU
rename to src/OS/os.h-GNU