From 464c79207c89f247f97b344495924eabb0c9738e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 13 Oct 2011 06:54:57 +0000 Subject: punt unused clean/distclean targets The top level Makefile does not do any recursion into subdirs when cleaning, so these clean/distclean targets in random arch/board dirs never get used. Punt them all. MAKEALL didn't report any errors related to this that I could see. Signed-off-by: Mike Frysinger --- board/cray/L1/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'board/cray') diff --git a/board/cray/L1/Makefile b/board/cray/L1/Makefile index d1a7a0b0df..4560c4fd8e 100644 --- a/board/cray/L1/Makefile +++ b/board/cray/L1/Makefile @@ -38,13 +38,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) $(obj)bootscript.o $(call cmd_link_o_target, $^) -clean: - rm -f $(SOBJS) $(OBJS) $(obj)bootscript.c \ - $(obj)bootscript.image $(obj)bootscript.o - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - $(obj)$(BOARD).o : $(src)$(BOARD).c $(obj)bootscript.o $(obj)bootscript.c: $(obj)bootscript.image -- cgit v1.2.1