aboutsummaryrefslogtreecommitdiffstats
path: root/make/ext2root.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-07 21:00:41 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-07 21:00:41 +0000
commit3a70952d991368609d9bd7e3b4532a3434a091de (patch)
tree057f1baae5acf20fe15ce00639784d70a000e65e /make/ext2root.mk
parent5455b5e03fb89ecf70b55ecd2dc688fc2c57be35 (diff)
downloadbuildroot-novena-3a70952d991368609d9bd7e3b4532a3434a091de.tar.gz
buildroot-novena-3a70952d991368609d9bd7e3b4532a3434a091de.zip
more build updates
Diffstat (limited to 'make/ext2root.mk')
-rw-r--r--make/ext2root.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/ext2root.mk b/make/ext2root.mk
index 1a4f79be5..564c45b8f 100644
--- a/make/ext2root.mk
+++ b/make/ext2root.mk
@@ -48,10 +48,6 @@ GENEXT2_SIZE=$(shell expr $(GENEXT2_REALSIZE) + $(GENEXT2_ADDTOROOTSIZE))
# We currently add about 400 device nodes, so add that into the total
GENEXT2_INODES=$(shell expr $(shell find $(TARGET_DIR) | wc -l) + 400)
-#ifeq (1,$(shell expr $(GENEXT2_SIZE) \> $(GENEXT2_MAXROOTSIZE)))
-# $(error "Filesystem size, $(GENEXT2_SIZE) KB is greater than the maximum $(GENEXT2_MAXROOTSIZE) KB")
-#endif
-
ext2root: genext2fs
-@find $(TARGET_DIR)/lib -type f -name \*.so\* | xargs $(STRIP) --strip-unneeded 2>/dev/null || true;
-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;