summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2011-02-12 00:25:33 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-14 22:27:30 +0100
commitf16f2a5feed3a4e8de604c1d2cac82ca9b6de6dd (patch)
treeda2c9c992b6b27f474525f0d59c99bc826dad829
parentc1bb0979999318397a014b9fcce727948153bf4f (diff)
Makefile: remove dead code (TARGET_SKELETON_PATCH)
TARGET_SKELETON_PATCH is no longer in use, so remove it. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index be4c0789e..111fbd634 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