From e69038bebc3cc84190bac8b45a8314d94e0f68b0 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 5 Nov 2014 14:06:23 +0000 Subject: [PATCH] From 2ea7e7e52e5e2411bb91415f20d593dc8131b655 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Nov 2014 09:53:25 +0100 Subject: Clean some forgotten files in make clean + ignore some generated files in gitignore --- Kernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/Makefile b/Kernel/Makefile index 8e8cb28d..f98050e9 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -129,7 +129,7 @@ $(AOBJS): %$(BINEXT): %.s version.c: makeversion ./makeversion $(VERSION) $(SUBVERSION) $(TARGET) -toosl/analysemap: tools/analysemap.c +tools/analysemap: tools/analysemap.c tools/memhogs: tools/analysemap cp tools/analysemap tools/memhogs @@ -161,7 +161,7 @@ uzi.bin: target $(OBJS) endif clean: - rm -f $(OBJS) $(JUNK) uzi.cdb uzi.com fuzix.bin uzi.map uzi.noi uzi.ihx core *~ include/*~ version.c tools/analysemap tools/memhogs tools/binman hogs.txt hogs.txt.old tools/*~ + rm -f $(OBJS) $(JUNK) uzi.cdb uzi.com uzi.tmp platform fuzix.bin uzi.map uzi.noi uzi.ihx core *~ include/*~ version.c tools/make4x6 tools/analysemap tools/memhogs tools/binman hogs.txt hogs.txt.old tools/*~ +make -C platform-$(TARGET) clean clean-all: clean -- 2.34.1