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)
# 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
# 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