From: Lawrence S. <ljs...@us...> - 2018-08-31 22:47:00
|
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 f475e44de2a1e28ac298abdb713d4e253b02dc6c (commit) from 90b4e4334958d169cf484ec4a596f43e9c98f24a (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 f475e44de2a1e28ac298abdb713d4e253b02dc6c Author: Lawrence Sebald <ljs...@us...> Date: Fri Aug 31 18:46:35 2018 -0400 Need to clean these two files up each build to ensure they're always re-built. ----------------------------------------------------------------------- Summary of changes: kernel/arch/dreamcast/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/arch/dreamcast/kernel/Makefile b/kernel/arch/dreamcast/kernel/Makefile index 1e73140..14c4245 100644 --- a/kernel/arch/dreamcast/kernel/Makefile +++ b/kernel/arch/dreamcast/kernel/Makefile @@ -20,7 +20,7 @@ SUBDIRS = myall: $(OBJS) -cp $(COPYOBJS) $(KOS_BASE)/kernel/build/ - -rm banner.h authors.h + -rm banner.h authors.h banner.o uname.o include $(KOS_BASE)/Makefile.prefab hooks/post-receive -- A pseudo Operating System for the Dreamcast. |