Skip to content

Commit

Permalink
macos fix for version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Dec 28, 2024
1 parent 8bcf834 commit 60b7f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macos32gcc.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Author : $Author$
# Created By : Detlef Groth
# Created : Wed Jul 31 21:47:07 2024
# Last Modified : <241228.0810>
# Last Modified : <241228.1140>
#
# Description
#
Expand All @@ -35,7 +35,7 @@ VERSION=$(shell grep -E 'meYEAR|meMONTH|meDAY' src/evers.h | head -n 3 | awk '{
CC=gcc-11
MAKE=make
##MAKE=/usr/local/opt/make/libexec/gnubin/make
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/)
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/')
OS=macos-$(KERNEL)
RELEASE=macos-$(KERNEL)-microemacs-$(VERSION)
app=mecb
Expand Down

0 comments on commit 60b7f3c

Please sign in to comment.