summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:08:34 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:08:34 +0100
commitaa421ecfac7bdb343d8f3b3dde03ef1d1cb7db0c (patch)
treecdc6e1dc61e94272ae50c8d405a88a34faf18cb3 /Makefile
parentUpdate e-mail (diff)
downloadlibsyscalls-aa421ecfac7bdb343d8f3b3dde03ef1d1cb7db0c.tar.gz
libsyscalls-aa421ecfac7bdb343d8f3b3dde03ef1d1cb7db0c.tar.bz2
libsyscalls-aa421ecfac7bdb343d8f3b3dde03ef1d1cb7db0c.tar.xz
misc fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
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\