[Buildroot] [git commit master 1/1] Makefile: remove dead code (TARGET_SKELETON_PATCH)

Bjørn Forsman bjorn.forsman at gmail.com
Mon Feb 14 21:27:30 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=f16f2a5feed3a4e8de604c1d2cac82ca9b6de6dd
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

TARGET_SKELETON_PATCH is no longer in use, so remove it.

Signed-off-by: Bjørn Forsman <bjorn.forsman at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 Makefile |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index be4c078..111fbd6 100644
--- a/Makefile
+++ b/Makefile
@@ -422,9 +422,6 @@ $(BUILD_DIR)/.root:
 		if [ -d "$(TARGET_SKELETON)" ]; then \
 			cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/; \
 		fi; \
-		if [ -d "$(TARGET_SKELETON_PATCH)" ]; then \
-			toolchain/patch-kernel.sh $(TARGET_DIR) $(TARGET_SKELETON_PATCH)/ \*patch\*; \
-		fi; \
 		touch $(STAGING_DIR)/.fakeroot.00000; \
 	fi
 	-find $(TARGET_DIR) -type d -name CVS -print0 -o -name .svn -print0 | xargs -0 rm -rf
-- 
1.7.3.4



More information about the buildroot mailing list