summaryrefslogtreecommitdiffstats
path: root/board/amcc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-13 06:54:57 +0000
committerWolfgang Denk <wd@denx.de>2011-10-15 22:20:36 +0200
commit464c79207c89f247f97b344495924eabb0c9738e (patch)
tree8e0710704d87a36e331b6afa1913d5e8356262c2 /board/amcc
parentfa28bd2eef588ec2048ccafedb2b384d5a355858 (diff)
downloadblackbird-obmc-uboot-464c79207c89f247f97b344495924eabb0c9738e.tar.gz
blackbird-obmc-uboot-464c79207c89f247f97b344495924eabb0c9738e.zip
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/Makefile6
-rw-r--r--board/amcc/bamboo/Makefile6
-rw-r--r--board/amcc/bluestone/Makefile6
-rw-r--r--board/amcc/bubinga/Makefile6
-rw-r--r--board/amcc/canyonlands/Makefile6
-rw-r--r--board/amcc/ebony/Makefile6
-rw-r--r--board/amcc/katmai/Makefile6
-rw-r--r--board/amcc/kilauea/Makefile6
-rw-r--r--board/amcc/luan/Makefile6
-rw-r--r--board/amcc/makalu/Makefile6
-rw-r--r--board/amcc/ocotea/Makefile6
-rw-r--r--board/amcc/redwood/Makefile6
-rw-r--r--board/amcc/sequoia/Makefile6
-rw-r--r--board/amcc/taihu/Makefile6
-rw-r--r--board/amcc/taishan/Makefile6
-rw-r--r--board/amcc/walnut/Makefile6
-rw-r--r--board/amcc/yosemite/Makefile6
-rw-r--r--board/amcc/yucca/Makefile6
18 files changed, 0 insertions, 108 deletions
diff --git a/board/amcc/acadia/Makefile b/board/amcc/acadia/Makefile
index b2772870a9..77fa07fb82 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 2e7dc39178..ecdf67ac17 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 642eda01a7..8565204f2b 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 9f63df1501..44cfca12a7 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 4d87ea9a78..d2c9dd49b6 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 b5d0fe56a7..284629f238 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 466b1902e8..1c1e15eddf 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 726c3ce4f1..38ef8231b6 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 b5d0fe56a7..284629f238 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 e10fadba25..26dace14f8 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 b5d0fe56a7..284629f238 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 8759001185..1a374dd445 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 efe2065e4a..ca26d5ef81 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 9b2e7e4b03..4a4f9220e0 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 099cf9d6bb..942c507519 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 9f63df1501..44cfca12a7 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 5b0ffc2920..905ca7a47b 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 d9fb7134d7..3f75a6789b 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
OpenPOWER on IntegriCloud