From c233a088f05e263671b2bac26e384db348760516 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 2 Dec 2012 15:26:28 +0000
Subject: [PATCH] build: it is no longer necessary to call make
 target/linux/clean as part of make clean

SVN-Revision: 34451
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5257a990dc..9197640b36 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,6 @@ printdb:
 prepare: $(target/stamp-compile)
 
 clean: FORCE
-	$(_SINGLE)$(SUBMAKE) target/linux/clean
 	rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
 
 dirclean: clean
-- 
GitLab