We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a658c72 commit 2f65b22Copy full SHA for 2f65b22
macos32gcc.gmk
@@ -8,7 +8,7 @@
8
# Author : $Author$
9
# Created By : Detlef Groth
10
# Created : Wed Jul 31 21:47:07 2024
11
-# Last Modified : <240917.1732>
+# Last Modified : <241228.0810>
12
#
13
# Description
14
@@ -35,7 +35,7 @@ VERSION=$(shell grep -E 'meYEAR|meMONTH|meDAY' src/evers.h | head -n 3 | awk '{
35
CC=gcc-11
36
MAKE=make
37
##MAKE=/usr/local/opt/make/libexec/gnubin/make
38
-KERNEL=$(shell uname -r | grep -oE '^[0-9]+' | sed 's/21/12/' | sed 's/22/13/' | sed 's/23/14/')
+KERNEL=$(shell uname -r | grep -oE '^[0-9]+' | sed 's/21/12/' | sed 's/22/13/' | sed 's/23/14/ | sed 's/24/15/' | sed 's/25/16/)
39
OS=macos-$(KERNEL)
40
RELEASE=macos-$(KERNEL)-microemacs-$(VERSION)
41
app=mecb
0 commit comments