From ed5ab7778ea7235f5cb98b2a5114cd929c4f5f4c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 5 Jan 2011 00:38:01 +0000 Subject: [PATCH] Makefiles: add some missing cleans --- Makefile | 1 + detpic/Makefile | 2 +- hostside/Makefile | 4 ++-- layout/Makefile | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ed11278..5e01877 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ pic_clean: $(call recurse,PIC,clean) clean: host_clean pic_clean + rm -f *~ tidy: host_tidy pic_tidy realclean: clean tidy diff --git a/detpic/Makefile b/detpic/Makefile index 59180d0..508e13d 100644 --- a/detpic/Makefile +++ b/detpic/Makefile @@ -73,7 +73,7 @@ verify: $(addprefix verify,$(PICNOS)) clean: manypic-clean rm -f *+clocks.inc ours+pindata.* i2clib+panic.* - rm -f $(VARSFILES)+vars.* $(SYNCWRITES) + rm -f $(VARSFILES)+vars.* *+externs.fin $(SYNCWRITES) tidy: rm -f t.*.crash diff --git a/hostside/Makefile b/hostside/Makefile index 393d818..0abbf85 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -95,8 +95,8 @@ tidy: clean: rm -f *.o *.d $(TARGETS) $(AUTOINCS) - rm -f auproto-pic.h *~ core proto-expanded - rm -f record-[yl].[ch] + rm -f auproto-pic.[ch] *~ core proto-expanded + rm -f record-[yl].[ch] *.tmp *.new realclean: clean tidy diff --git a/layout/Makefile b/layout/Makefile index e0e0a89..2c41445 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -223,9 +223,10 @@ clean: tidy -rm -f ours.*.ps ours-*.ps parts.ps *.neato.ps ours.*.neato -rm -f test-*.ps testphys-*.ps -rm -f dualjn-*.ps - -rm -f *.pin-info *+pindata.asm + -rm -f *.pin-info *.matrix-info *.overlay-info *+pindata.asm -rm -f *.redacted.forsafety *.redacted.forneato -rm -f *.redacted.shellvars *.redacted.segjoins + -rm -f *.redacted.for-ui *.segmap-info -rm -f *.summary.forneato -rm -f *.oprint-*.ps *.run-layout -rm -f *.segcmap *.segcmapreq -- 2.30.2