build env
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Fri, 17 Oct 2025 06:46:11 +0000 (06:46 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Fri, 17 Oct 2025 06:46:11 +0000 (06:46 +0000)
developer/make/target_kmod.mk
developer/make/target_lib_cli.mk

index 2a77560..6481f19 100644 (file)
@@ -21,8 +21,7 @@ usage:
 version:
        @echo target_kmod version 1.0
 
-.PHONY: information,info
-info:
+.PHONY: information
 information:
        @printf "· → Unicode middle dot — visible: [%b]\n" "·"
        @echo "SOURCE_DIR: " $(SOURCE_DIR)
index 2401fe2..e933824 100644 (file)
@@ -8,7 +8,7 @@
 
 # bail early if there is no compiler
 ifeq ($(C),)
-  $(error target_lib_cli.mk: no C compiler specified.)
+  @printf "target_lib_cli.mk: no C compiler specified.\n"
 endif
 
 # keep only the source directories that are in the file system
@@ -16,8 +16,7 @@ SRCDIR_LIST := $(wildcard $(SRCDIR_LIST))
 
 # bail early if the SRCDIR_list is empty
 ifeq ($(SRCDIR_LIST),)
-  @printf "target_lib_cli.mk: empty SRCDIR_LIST"
-  exit 0
+  @printf "target_lib_cli.mk: empty SRCDIR_LIST\n"
 endif
 
 # duplicate source file names in different directories will cause