From d9bc6d7b8a44d6474943699df5a421df336cac4f Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 17 May 2026 20:54:08 -0400 Subject: [PATCH] Revert "add #-EARLY section" This reverts commit 85ca1cce7469fc315ec095da6f2b0ed0c38faca7. --- sys/unix/hints/linux.500 | 16 ++++++---------- sys/unix/hints/macOS.500 | 26 +++++++------------------- 2 files changed, 13 insertions(+), 29 deletions(-) diff --git a/sys/unix/hints/linux.500 b/sys/unix/hints/linux.500 index ea2517248..d4b095e25 100755 --- a/sys/unix/hints/linux.500 +++ b/sys/unix/hints/linux.500 @@ -5,26 +5,22 @@ #--------------------------------------------------------------------- # Linux hints file with support for multiple window ports (interfaces) # Tested on: -# - Ubuntu resolute raccoon +# - Ubuntu focal # # If this doesn't work for your distribution, consider making a new # hints file for it, rather than changing this one. # And let us know about it. # -#-EARLY -TARGETPFX= -HINTSVERSION := 500 +#-PRE +# linux.500 hints file provides a single-user build for Linux (such +# as Ubuntu focal). -# note: '#-INCLUDE' is not just a comment, it inserts a -# file from sys/unix/hints/include. +# note: '#-INCLUDE' is not just a comment # multiw-1.500 contains sections 1 to 2 #-INCLUDE multiw-1.500 -# sys/unix/Makefile.header will get inserted right here, -# ahead of the PRE section. - -#-PRE +HINTSVERSION := 500 ifdef MAKEFILE_TOP ifeq ($(MAKELEVEL),0) diff --git a/sys/unix/hints/macOS.500 b/sys/unix/hints/macOS.500 index fdefb69d5..93af6954d 100755 --- a/sys/unix/hints/macOS.500 +++ b/sys/unix/hints/macOS.500 @@ -5,35 +5,23 @@ #--------------------------------------------------------------------- # MacOS hints file with support for multiple window ports (interfaces) # Tested on: -# - MacOS Catalina 10.15 (Intel processor) -# - MacOS Tahoe 26.5 (Intel processor) -# - MacOS Tahoe 26.5 (M ARM64 processor) +# - MacOS Catalina 10.15 +# - MacOS Ventura 13 (Intel processor) # # If this doesn't work for some other version of macOS, consider # making a new hints file it, rather than changing this one. # And let us know about it. # Useful info: http://www.opensource.apple.com/darwinsource/index.html -# -#-EARLY - -TARGETPFX= -HINTSVERSION := 500 - -# note: '#-INCLUDE' is not just a comment, it inserts a -# file from sys/unix/hints/include. -# multiw-1.500 contains sections 1 to 2 -#-INCLUDE multiw-1.500 - -# sys/unix/Makefile.header will get inserted right here, -# ahead of the PRE section. - -#-PRE - #-PRE xxxx # macOS hints file # +# note: '#-INCLUDE' is not just a comment; multiw-1 contains sections 1 to 2 +#-INCLUDE multiw-1.500 + +HINTSVERSION := 500 + ifdef MAKEFILE_TOP ifeq ($(MAKELEVEL),0) PRECHECK+=checkmakefiles