|
From: kosmirror <kos...@us...> - 2025-08-06 19:17:17
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via d4df09a2c3ef4b138840cde3467e66a1ffd9814f (commit)
from 2d510bcb1402d0af81000cb5eb1f6bcf7cb29d59 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d4df09a2c3ef4b138840cde3467e66a1ffd9814f
Author: darc <da...@pr...>
Date: Wed Aug 6 12:02:23 2025 -0500
examples: Only build one arch's examples dir based on KOS_ARCH
-----------------------------------------------------------------------
Summary of changes:
examples/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/Makefile b/examples/Makefile
index b64be788..f8d7f9ea 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -9,7 +9,7 @@
# Get a list of the sub-directories that contain a Makefile
get_subdirs=$(foreach each,$(wildcard $(1)/*),$(if $(wildcard $(each)/Makefile),$(each),) $(call get_subdirs,$(each)))
-DIRS := $(call get_subdirs, $(shell pwd))
+DIRS := $(call get_subdirs, $(shell pwd)/$(KOS_ARCH))
.PHONY: all $(DIRS)
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|