diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-13 06:54:57 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-15 22:20:36 +0200 |
commit | 464c79207c89f247f97b344495924eabb0c9738e (patch) | |
tree | 8e0710704d87a36e331b6afa1913d5e8356262c2 /board/amcc | |
parent | fa28bd2eef588ec2048ccafedb2b384d5a355858 (diff) |
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 <vapier@gentoo.org>
Diffstat (limited to 'board/amcc')
-rw-r--r-- | board/amcc/acadia/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/bamboo/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/bluestone/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/bubinga/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/canyonlands/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/ebony/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/katmai/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/kilauea/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/luan/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/makalu/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/ocotea/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/redwood/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/sequoia/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/taihu/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/taishan/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/walnut/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/yosemite/Makefile | 6 | ||||
-rw-r--r-- | board/amcc/yucca/Makefile | 6 |
18 files changed, 0 insertions, 108 deletions
diff --git a/board/amcc/acadia/Makefile b/board/amcc/acadia/Makefile index b2772870a94..77fa07fb82f 100644 --- a/board/amcc/acadia/Makefile +++ b/board/amcc/acadia/Makefile @@ -35,12 +35,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/bamboo/Makefile b/board/amcc/bamboo/Makefile index 2e7dc39178c..ecdf67ac177 100644 --- a/board/amcc/bamboo/Makefile +++ b/board/amcc/bamboo/Makefile @@ -37,12 +37,6 @@ all: $(LIB) $(SOBJS) $(LIB): $(OBJS) $(call cmd_link_o_target, $^) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/bluestone/Makefile b/board/amcc/bluestone/Makefile index 642eda01a72..8565204f2b5 100644 --- a/board/amcc/bluestone/Makefile +++ b/board/amcc/bluestone/Makefile @@ -38,12 +38,6 @@ all: $(LIB) $(SOBJS) $(LIB): $(OBJS) $(call cmd_link_o_target, $^) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/bubinga/Makefile b/board/amcc/bubinga/Makefile index 9f63df15010..44cfca12a7d 100644 --- a/board/amcc/bubinga/Makefile +++ b/board/amcc/bubinga/Makefile @@ -34,12 +34,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/canyonlands/Makefile b/board/amcc/canyonlands/Makefile index 4d87ea9a786..d2c9dd49b67 100644 --- a/board/amcc/canyonlands/Makefile +++ b/board/amcc/canyonlands/Makefile @@ -39,12 +39,6 @@ all: $(LIB) $(SOBJS) $(LIB): $(OBJS) $(call cmd_link_o_target, $^) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/ebony/Makefile b/board/amcc/ebony/Makefile index b5d0fe56a7e..284629f2383 100644 --- a/board/amcc/ebony/Makefile +++ b/board/amcc/ebony/Makefile @@ -35,12 +35,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/katmai/Makefile b/board/amcc/katmai/Makefile index 466b1902e8c..1c1e15eddf7 100644 --- a/board/amcc/katmai/Makefile +++ b/board/amcc/katmai/Makefile @@ -37,12 +37,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/kilauea/Makefile b/board/amcc/kilauea/Makefile index 726c3ce4f1b..38ef8231b61 100644 --- a/board/amcc/kilauea/Makefile +++ b/board/amcc/kilauea/Makefile @@ -35,12 +35,6 @@ OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) $(LIB): $(obj).depend $(OBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/luan/Makefile b/board/amcc/luan/Makefile index b5d0fe56a7e..284629f2383 100644 --- a/board/amcc/luan/Makefile +++ b/board/amcc/luan/Makefile @@ -35,12 +35,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/makalu/Makefile b/board/amcc/makalu/Makefile index e10fadba254..26dace14f87 100644 --- a/board/amcc/makalu/Makefile +++ b/board/amcc/makalu/Makefile @@ -34,12 +34,6 @@ OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) $(LIB): $(obj).depend $(OBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/ocotea/Makefile b/board/amcc/ocotea/Makefile index b5d0fe56a7e..284629f2383 100644 --- a/board/amcc/ocotea/Makefile +++ b/board/amcc/ocotea/Makefile @@ -35,12 +35,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/redwood/Makefile b/board/amcc/redwood/Makefile index 87590011850..1a374dd445c 100644 --- a/board/amcc/redwood/Makefile +++ b/board/amcc/redwood/Makefile @@ -35,12 +35,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak .depend *~ - ######################################################################### include $(SRCTREE)/rules.mk diff --git a/board/amcc/sequoia/Makefile b/board/amcc/sequoia/Makefile index efe2065e4a5..ca26d5ef811 100644 --- a/board/amcc/sequoia/Makefile +++ b/board/amcc/sequoia/Makefile @@ -39,12 +39,6 @@ all: $(LIB) $(SOBJS) $(LIB): $(OBJS) $(call cmd_link_o_target, $^) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/taihu/Makefile b/board/amcc/taihu/Makefile index 9b2e7e4b032..4a4f9220e08 100644 --- a/board/amcc/taihu/Makefile +++ b/board/amcc/taihu/Makefile @@ -33,12 +33,6 @@ OBJS := $(addprefix $(obj),$(COBJS)) $(LIB): $(OBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/taishan/Makefile b/board/amcc/taishan/Makefile index 099cf9d6bb4..942c507519b 100644 --- a/board/amcc/taishan/Makefile +++ b/board/amcc/taishan/Makefile @@ -35,12 +35,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/walnut/Makefile b/board/amcc/walnut/Makefile index 9f63df15010..44cfca12a7d 100644 --- a/board/amcc/walnut/Makefile +++ b/board/amcc/walnut/Makefile @@ -34,12 +34,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/yosemite/Makefile b/board/amcc/yosemite/Makefile index 5b0ffc29209..905ca7a47b5 100644 --- a/board/amcc/yosemite/Makefile +++ b/board/amcc/yosemite/Makefile @@ -35,12 +35,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/amcc/yucca/Makefile b/board/amcc/yucca/Makefile index d9fb7134d78..3f75a6789be 100644 --- a/board/amcc/yucca/Makefile +++ b/board/amcc/yucca/Makefile @@ -35,12 +35,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target |