From: John Hodge Date: Sun, 21 Aug 2011 09:11:19 +0000 (+0800) Subject: Kernel - Helps if I test things before committing X-Git-Tag: rel0.11~133 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=7b122b34446686ff465b673cfb91419e4e98491d;p=tpg%2Facess2.git Kernel - Helps if I test things before committing --- diff --git a/Kernel/Makefile b/Kernel/Makefile index 6501a900..dacafdbf 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -109,7 +109,7 @@ include/syscalls.h include/syscalls.inc.asm: syscalls.lst Makefile GenSyscalls.p Makefile: ../Makefile.cfg arch/$(ARCHDIR)/Makefile # HACK - Rebuild proc when the buildnum changes -$(OBJDIR)drv/proc.o$(OBJSUFFIX): Makefile.BuildNum +#$(OBJDIR)drv/proc.o$(OBJSUFFIX): Makefile.BuildNum.$(ARCH) # Dependency Files -include $(DEPFILES)