From 7db5ba326ab496f315c7f06788445610c19893f9 Mon Sep 17 00:00:00 2001 From: Jeff Marshall Date: Fri, 5 Apr 2024 17:52:33 -0400 Subject: [PATCH] makefile: fix typo __FB_BUILD_FORK_ID__ --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 4e053af7d..a66ff12c3 100644 --- a/makefile +++ b/makefile @@ -98,7 +98,7 @@ # ENABLE_STRIPALL=0 disable "-d ENABLE_STRIPALL" with all targets # FBSHA1=1 determine the sha-1 of the current commit in repo and store it in the compiler # FBSHA1=some-sha-1 explicitly indicate the sha-1 to store in the compiler -# FBFORKID=name tells fbc to set a custom value for __FB_FORK_ID__ +# FBFORKID=name tells fbc to set a custom value for __FB_BUILD_FORK_ID__ # FBPACKAGE bindist: The package/archive file name without path or extension # FBPACKSUFFIX bindist: Allows adding a custom suffix to the normal package name (and the toplevel dir in the archive) # FBMANIFEST bindist: The manifest file name without path or extension @@ -121,7 +121,7 @@ # -d DISABLE_STDCXX_PATH tells fbc to not search for some libstdc++/libc++ depending on target platform # -d BUILD_FB_DEFAULT_CPUTYPE_X86= set default x86 cpu type to one of FB_CPUTYPE # -d BUILD_FB_DEFAULT_CPUTYPE_ARM= set default arm cpu type to one of FB_CPUTYPE -# -d FBFORKID="name" tells fbc to set a custom value for __FB_FORK_ID__ +# -d FBFORKID="name" tells fbc to set a custom value for __FB_BUILD_FORK_ID__ # # internal makefile configuration (but can override): # libsubdir override the library directory - default is set depending on TARGET