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 ca3a51cbc21df2306c2df3f03ad111c793b6b110 (commit)
from 6834715e1da628927db00c8e53e8b6e02366a214 (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 ca3a51cbc21df2306c2df3f03ad111c793b6b110
Author: Lawrence Sebald <ljs...@us...>
Date: Mon Jan 2 14:12:51 2017 -0500
Keeping up the theme of part of the last commit, fixing the kos-ports_clean target and adding a kos-ports_distclean one.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 20d53c7..b5dc4c4 100644
--- a/Makefile
+++ b/Makefile
@@ -34,10 +34,13 @@ distclean: clean
-rm -f addons/lib/$(KOS_ARCH)/*
kos-ports_all:
- ../kos-ports/utils/build-all.sh
+ $(KOS_PORTS)/utils/build-all.sh
kos-ports_clean:
- $(KOS_MAKE) -C ../kos-ports clean KOS_BASE=$(CURDIR)
+ $(KOS_PORTS)/utils/clean-all.sh
+
+kos-ports_distclean: kos-ports_clean
+ $(KOS_PORTS)/utils/uninstall-all.sh
all_auto_kos_base:
$(KOS_MAKE) all KOS_BASE=$(CURDIR)
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|