.
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 27 Oct 2025 09:15:41 +0000 (09:15 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 27 Oct 2025 09:15:41 +0000 (09:15 +0000)
developer/make/target_kmod.mk

index c4b771d..ede0ad5 100644 (file)
@@ -139,5 +139,5 @@ clean:
          find   "$(kmod_output_dir)" -maxdepth 1 -type l -name '*.lib.c'  -delete 2>/dev/null || true; \
          find   "$(kmod_output_dir)" -maxdepth 1 -type f -name '*.kmod.c' -delete 2>/dev/null || true; \
          find   "$(kmod_output_dir)" -maxdepth 1 -type f -name '*.lib.c'  -delete 2>/dev/null || true; \
-         rmdir "$(kmod_output_dir)" || true
+         rmdir "$(kmod_output_dir)" || true \
        fi