From aa421ecfac7bdb343d8f3b3dde03ef1d1cb7db0c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:08:34 +0100 Subject: misc fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7916431..bfe5c46 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ LIB_NAME = syscalls all: libsyscalls.a libsyscalls.$(LIBEXT) -#extended for each support operating system to download the operating system's source code +#extended for each supported operating system to download the operating system's source code download: @@ -79,24 +79,24 @@ include $(CONFIGFILE) # Reloading the user's config in case it limits supported architectures -#this not modify, this is a help variable to get the # symbol into sed scripts +# Do not modify: helper variable to get the # symbol into sed scripts h = '"$$(printf '\43\n')"' -#this not modify, this is a help variable to make [[:space:]] shorter +# Do not modify: helper variable to make [[:space:]] shorter s = [[:space:]] -#extended for each support operating system with the operating system's name as appropriate for filenames +#extended for each supported operating system with the operating system's name as appropriate for file names OPERATING_SYSTEMS = #extended with supported architectures for each operating system TEST_ENV = -#extended for each support operating system with the number of syscall parameters they use +#extended for each supported operating system with the number of syscall parameters it uses NPARAMS = -#extended for each support operating system with the maximum used number of fields in its structs and unions +#extended for each supported operating system with the maximum used number of fields in its structs and unions NFIELDS = -#extended for each support operating system +#extended for each supported operating system OBJ =\ libsyscalls_get_datatype_description.o\ libsyscalls_get_integer_alignment.o\ -- cgit v1.2.3-70-g09d2