From b30930a554edd087932dbff2d4d32f340de28ed1 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Tue, 3 Dec 2019 07:23:25 +0100 Subject: [PATCH] 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(+) rename src/OS/{unsupported => }/Makefile-GNU (100%) rename src/OS/{unsupported => }/os.c-GNU (100%) rename src/OS/{unsupported => }/os.h-GNU (100%) diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index f8c6ebb53..9ecde1d3e 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 -- 2.30.2